Skip to content

Latest commit

History

History
32 lines (23 loc) · 1.07 KB

File metadata and controls

32 lines (23 loc) · 1.07 KB

TemplateParam

Template id, version, version id and data

Properties

NameTypeDescriptionNotes
idTemplateParamId[optional]
version_idintTemplate version ID[optional]
dataTemplateParamData[optional]

Example

frompdf_generator_api_client.models.template_paramimportTemplateParam# TODO update the JSON string belowjson="{}"# create an instance of TemplateParam from a JSON stringtemplate_param_instance=TemplateParam.from_json(json)
# print the JSON string representation of the objectprint(TemplateParam.to_json())
# convert the object into a dicttemplate_param_dict=template_param_instance.to_dict()
# create an instance of TemplateParam from a dicttemplate_param_from_dict=TemplateParam.from_dict(template_param_dict)

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