Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.14 KB

File metadata and controls

29 lines (20 loc) · 1.14 KB

V2PackagesUnfinishPostRequestInner

Properties

Name Type Description Notes
id int The package ID

Example

from t3api.models.v2_packages_unfinish_post_request_inner import V2PackagesUnfinishPostRequestInner

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

# convert the object into a dict
v2_packages_unfinish_post_request_inner_dict = v2_packages_unfinish_post_request_inner_instance.to_dict()
# create an instance of V2PackagesUnfinishPostRequestInner from a dict
v2_packages_unfinish_post_request_inner_from_dict = V2PackagesUnfinishPostRequestInner.from_dict(v2_packages_unfinish_post_request_inner_dict)

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