description
| 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] |
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)