Skip to content

Latest commit

History

History
22 lines (16 loc) · 464 Bytes

File metadata and controls

22 lines (16 loc) · 464 Bytes

PDFGeneratorAPI::TemplateVersionCollectionMeta

Properties

NameTypeDescriptionNotes
current_pageInteger[optional]
per_pageInteger[optional]
last_pageInteger[optional]

Example

require'pdf_generator_api_client'instance=PDFGeneratorAPI::TemplateVersionCollectionMeta.new(current_page: 1,per_page: 15,last_page: 1)