Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 916 Bytes

File metadata and controls

29 lines (20 loc) · 916 Bytes

TemplateParamId

Template ID or Public template ID

Properties

Name Type Description Notes

Example

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)

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