Template ID or Public template ID
| Name | Type | Description | Notes |
|---|
from pdf_generator_api_client.models.template_param_id import TemplateParamId
# TODO update the JSON string below
json = "{}"
# create an instance of TemplateParamId from a JSON string
template_param_id_instance = TemplateParamId.from_json(json)
# print the JSON string representation of the object
print(TemplateParamId.to_json())
# convert the object into a dict
template_param_id_dict = template_param_id_instance.to_dict()
# create an instance of TemplateParamId from a dict
template_param_id_from_dict = TemplateParamId.from_dict(template_param_id_dict)