Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 785 Bytes

File metadata and controls

29 lines (20 loc) · 785 Bytes

Status1

Status of the ticket

Properties

Name Type Description Notes

Example

from onelens_backend_client.models.status1 import Status1

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

# convert the object into a dict
status1_dict = status1_instance.to_dict()
# create an instance of Status1 from a dict
status1_form_dict = status1.from_dict(status1_dict)

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