Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 832 Bytes

File metadata and controls

30 lines (21 loc) · 832 Bytes

Status

Properties

Name Type Description Notes
description str [optional]
status str [optional]

Example

from touroptimizer_py_client.models.status import Status

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

# convert the object into a dict
status_dict = status_instance.to_dict()
# create an instance of Status from a dict
status_form_dict = status.from_dict(status_dict)

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