Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 444 Bytes

GetForms200Response.md

File metadata and controls

20 lines (14 loc) · 444 Bytes

PDFGeneratorAPI::GetForms200Response

Properties

Name Type Description Notes
response Array<FormConfiguration> [optional]
meta PaginationMeta [optional]

Example

require 'pdf_generator_api_client'

instance = PDFGeneratorAPI::GetForms200Response.new(
  response: null,
  meta: null
)