Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.71 KB

File metadata and controls

30 lines (21 loc) · 1.71 KB

GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner

Properties

Name Type Description Notes
name str The name of the input parameters. [optional]
value str The value for the input parameters. [optional]

Example

from shipping.models.get_all_shipments_data_inner_rate_special_services_inner_input_parameters_inner import GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner

# TODO update the JSON string below
json = "{}"
# create an instance of GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner from a JSON string
get_all_shipments_data_inner_rate_special_services_inner_input_parameters_inner_instance = GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner.from_json(json)
# print the JSON string representation of the object
print(GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner.to_json())

# convert the object into a dict
get_all_shipments_data_inner_rate_special_services_inner_input_parameters_inner_dict = get_all_shipments_data_inner_rate_special_services_inner_input_parameters_inner_instance.to_dict()
# create an instance of GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner from a dict
get_all_shipments_data_inner_rate_special_services_inner_input_parameters_inner_from_dict = GetAllShipmentsDataInnerRateSpecialServicesInnerInputParametersInner.from_dict(get_all_shipments_data_inner_rate_special_services_inner_input_parameters_inner_dict)

[Back to Model list] [Back to API list] [Back to README]