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_pickup_cancelled_document_responseimportGetPickupCancelledDocumentResponse# TODO update the JSON string belowjson="{}"# create an instance of GetPickupCancelledDocumentResponse from a JSON stringget_pickup_cancelled_document_response_instance=GetPickupCancelledDocumentResponse.from_json(json)
# print the JSON string representation of the objectprint(GetPickupCancelledDocumentResponse.to_json())
# convert the object into a dictget_pickup_cancelled_document_response_dict=get_pickup_cancelled_document_response_instance.to_dict()
# create an instance of GetPickupCancelledDocumentResponse from a dictget_pickup_cancelled_document_response_from_dict=GetPickupCancelledDocumentResponse.from_dict(get_pickup_cancelled_document_response_dict)