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] |
require 'pdf_generator_api_client'
instance = PDFGeneratorAPI::GenerateDocument201Response.new(
response: JVBERi0xLjcKJeLjz9MKNyAwIG9iago8PCAvVHlwZSA...,
meta: null
)