Skip to content

Latest commit

History

History
38 lines (29 loc) · 1.25 KB

File metadata and controls

38 lines (29 loc) · 1.25 KB

TemplateVersion

Properties

NameTypeDescriptionNotes
idint[optional]
template_idint[optional]
template_namestr[optional]
namestr[optional]
checksumstr[optional]
user_idint[optional]
user_namestr[optional]
is_productionbool[optional]
created_atstr[optional]
updated_atstr[optional]

Example

frompdf_generator_api_client.models.template_versionimportTemplateVersion# TODO update the JSON string belowjson="{}"# create an instance of TemplateVersion from a JSON stringtemplate_version_instance=TemplateVersion.from_json(json)
# print the JSON string representation of the objectprint(TemplateVersion.to_json())
# convert the object into a dicttemplate_version_dict=template_version_instance.to_dict()
# create an instance of TemplateVersion from a dicttemplate_version_from_dict=TemplateVersion.from_dict(template_version_dict)

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