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_shipments_for_batch_data_innerimportGetShipmentsForBatchDataInner# TODO update the JSON string belowjson="{}"# create an instance of GetShipmentsForBatchDataInner from a JSON stringget_shipments_for_batch_data_inner_instance=GetShipmentsForBatchDataInner.from_json(json)
# print the JSON string representation of the objectprint(GetShipmentsForBatchDataInner.to_json())
# convert the object into a dictget_shipments_for_batch_data_inner_dict=get_shipments_for_batch_data_inner_instance.to_dict()
# create an instance of GetShipmentsForBatchDataInner from a dictget_shipments_for_batch_data_inner_from_dict=GetShipmentsForBatchDataInner.from_dict(get_shipments_for_batch_data_inner_dict)