Template id, version, version id and data
| Name | Type | Description | Notes |
|---|---|---|---|
| id | TemplateParamId | [optional] | |
| version_id | int | Template version ID | [optional] |
| data | TemplateParamData | [optional] |
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)