Name | Type | Description | Notes |
---|---|---|---|
supported | bool | [optional] |
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)