| Name | Type | Description | Notes |
|---|
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)