Skip to content

Latest commit

History

History
28 lines (19 loc) · 908 Bytes

File metadata and controls

28 lines (19 loc) · 908 Bytes

TemplateParamData

Properties

NameTypeDescriptionNotes

Example

frompdf_generator_api_client.models.template_param_dataimportTemplateParamData# TODO update the JSON string belowjson="{}"# create an instance of TemplateParamData from a JSON stringtemplate_param_data_instance=TemplateParamData.from_json(json)
# print the JSON string representation of the objectprint(TemplateParamData.to_json())
# convert the object into a dicttemplate_param_data_dict=template_param_data_instance.to_dict()
# create an instance of TemplateParamData from a dicttemplate_param_data_from_dict=TemplateParamData.from_dict(template_param_data_dict)

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