Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 854 Bytes

Supported.md

File metadata and controls

27 lines (20 loc) · 854 Bytes

Supported

Properties

Name Type Description Notes
supported bool [optional]

Example

from phrasetms_client.models.supported import Supported

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

# convert the object into a dict
supported_dict = supported_instance.to_dict()
# create an instance of Supported from a dict
supported_from_dict = Supported.from_dict(supported_dict)

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