Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 602 Bytes

GenerateDocument201Response.md

File metadata and controls

20 lines (14 loc) · 602 Bytes

PDFGeneratorAPI::GenerateDocument201Response

Properties

Name Type Description Notes
response String Base64 encoded document if the output=base64 is used or URL to the document when the output=url is used. [optional]
meta GenerateDocument201ResponseMeta [optional]

Example

require 'pdf_generator_api_client'

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