| Name | Type | Description | Notes |
|---|---|---|---|
| error | V2ItemsDiscontinuePost503ResponseError | [optional] |
from t3api.models.v2_items_discontinue_post503_response import V2ItemsDiscontinuePost503Response
# TODO update the JSON string below
json = "{}"
# create an instance of V2ItemsDiscontinuePost503Response from a JSON string
v2_items_discontinue_post503_response_instance = V2ItemsDiscontinuePost503Response.from_json(json)
# print the JSON string representation of the object
print(V2ItemsDiscontinuePost503Response.to_json())
# convert the object into a dict
v2_items_discontinue_post503_response_dict = v2_items_discontinue_post503_response_instance.to_dict()
# create an instance of V2ItemsDiscontinuePost503Response from a dict
v2_items_discontinue_post503_response_from_dict = V2ItemsDiscontinuePost503Response.from_dict(v2_items_discontinue_post503_response_dict)