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.get_all_shipments_data_inner_metadata_innerimportGetAllShipmentsDataInnerMetadataInner# TODO update the JSON string belowjson="{}"# create an instance of GetAllShipmentsDataInnerMetadataInner from a JSON stringget_all_shipments_data_inner_metadata_inner_instance=GetAllShipmentsDataInnerMetadataInner.from_json(json)
# print the JSON string representation of the objectprint(GetAllShipmentsDataInnerMetadataInner.to_json())
# convert the object into a dictget_all_shipments_data_inner_metadata_inner_dict=get_all_shipments_data_inner_metadata_inner_instance.to_dict()
# create an instance of GetAllShipmentsDataInnerMetadataInner from a dictget_all_shipments_data_inner_metadata_inner_from_dict=GetAllShipmentsDataInnerMetadataInner.from_dict(get_all_shipments_data_inner_metadata_inner_dict)