Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.17 KB

File metadata and controls

31 lines (22 loc) · 1.17 KB

TemplateVersionCollectionMeta

Properties

NameTypeDescriptionNotes
current_pageint[optional]
per_pageint[optional]
last_pageint[optional]

Example

frompdf_generator_api_client.models.template_version_collection_metaimportTemplateVersionCollectionMeta# TODO update the JSON string belowjson="{}"# create an instance of TemplateVersionCollectionMeta from a JSON stringtemplate_version_collection_meta_instance=TemplateVersionCollectionMeta.from_json(json)
# print the JSON string representation of the objectprint(TemplateVersionCollectionMeta.to_json())
# convert the object into a dicttemplate_version_collection_meta_dict=template_version_collection_meta_instance.to_dict()
# create an instance of TemplateVersionCollectionMeta from a dicttemplate_version_collection_meta_from_dict=TemplateVersionCollectionMeta.from_dict(template_version_collection_meta_dict)

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