Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.13 KB

File metadata and controls

29 lines (20 loc) · 1.13 KB

AssetsGetBodyStatusesResponse

Properties

Name Type Description Notes
body_status List[AssetsEnumOption] [optional]

Example

from kenar_api_client.models.assets_get_body_statuses_response import AssetsGetBodyStatusesResponse

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

# convert the object into a dict
assets_get_body_statuses_response_dict = assets_get_body_statuses_response_instance.to_dict()
# create an instance of AssetsGetBodyStatusesResponse from a dict
assets_get_body_statuses_response_from_dict = AssetsGetBodyStatusesResponse.from_dict(assets_get_body_statuses_response_dict)

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