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_rate_special_services_inner_input_parameters_innerimportDomesticShipmentResponseRateSpecialServicesInnerInputParametersInner# TODO update the JSON string belowjson="{}"# create an instance of DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner from a JSON stringdomestic_shipment_response_rate_special_services_inner_input_parameters_inner_instance=DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.from_json(json)
# print the JSON string representation of the objectprint(DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.to_json())
# convert the object into a dictdomestic_shipment_response_rate_special_services_inner_input_parameters_inner_dict=domestic_shipment_response_rate_special_services_inner_input_parameters_inner_instance.to_dict()
# create an instance of DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner from a dictdomestic_shipment_response_rate_special_services_inner_input_parameters_inner_from_dict=DomesticShipmentResponseRateSpecialServicesInnerInputParametersInner.from_dict(domestic_shipment_response_rate_special_services_inner_input_parameters_inner_dict)