You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromshipping.models.return_label_response_label_layout_innerimportReturnLabelResponseLabelLayoutInner# TODO update the JSON string belowjson="{}"# create an instance of ReturnLabelResponseLabelLayoutInner from a JSON stringreturn_label_response_label_layout_inner_instance=ReturnLabelResponseLabelLayoutInner.from_json(json)
# print the JSON string representation of the objectprint(ReturnLabelResponseLabelLayoutInner.to_json())
# convert the object into a dictreturn_label_response_label_layout_inner_dict=return_label_response_label_layout_inner_instance.to_dict()
# create an instance of ReturnLabelResponseLabelLayoutInner from a dictreturn_label_response_label_layout_inner_from_dict=ReturnLabelResponseLabelLayoutInner.from_dict(return_label_response_label_layout_inner_dict)