Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.57 KB

File metadata and controls

34 lines (25 loc) · 1.57 KB

MultipieceDomesticShipmentResponseLabelLayoutInner

description

Properties

Name Type Description Notes
content_type str description [optional]
contents str description [optional]
file_format str description [optional]
size str description [optional]
type str description [optional]

Example

from shipping.models.multipiece_domestic_shipment_response_label_layout_inner import MultipieceDomesticShipmentResponseLabelLayoutInner

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

# convert the object into a dict
multipiece_domestic_shipment_response_label_layout_inner_dict = multipiece_domestic_shipment_response_label_layout_inner_instance.to_dict()
# create an instance of MultipieceDomesticShipmentResponseLabelLayoutInner from a dict
multipiece_domestic_shipment_response_label_layout_inner_from_dict = MultipieceDomesticShipmentResponseLabelLayoutInner.from_dict(multipiece_domestic_shipment_response_label_layout_inner_dict)

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