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.domestic_shipment_response_v2_print_errorimportDomesticShipmentResponseV2PrintError# TODO update the JSON string belowjson="{}"# create an instance of DomesticShipmentResponseV2PrintError from a JSON stringdomestic_shipment_response_v2_print_error_instance=DomesticShipmentResponseV2PrintError.from_json(json)
# print the JSON string representation of the objectprint(DomesticShipmentResponseV2PrintError.to_json())
# convert the object into a dictdomestic_shipment_response_v2_print_error_dict=domestic_shipment_response_v2_print_error_instance.to_dict()
# create an instance of DomesticShipmentResponseV2PrintError from a dictdomestic_shipment_response_v2_print_error_from_dict=DomesticShipmentResponseV2PrintError.from_dict(domestic_shipment_response_v2_print_error_dict)