LongText

Properties

Name

Type

Description

Notes

long_text

str

Example

from interactive_sdk.openapi.models.long_text import LongText

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

# convert the object into a dict
long_text_dict = long_text_instance.to_dict()
# create an instance of LongText from a dict
long_text_from_dict = LongText.from_dict(long_text_dict)

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