TemplateVariableDataOptions

Properties

NameTypeDescriptionNotes
choicesList[str][optional]

Example

from pdf_generator_client.models.template_variable_data_options import TemplateVariableDataOptions

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

# convert the object into a dict
template_variable_data_options_dict = template_variable_data_options_instance.to_dict()
# create an instance of TemplateVariableDataOptions from a dict
template_variable_data_options_from_dict = TemplateVariableDataOptions.from_dict(template_variable_data_options_dict)

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