| Name | Type | Description | Notes |
|---|---|---|---|
| response | str | Base64 encoded document if the output=base64 is used or URL to the document when the output=url is used. | [optional] |
| meta | InlineObject12Meta | [optional] |
frompdf_generator_api_client.models.inline_object12importInlineObject12# TODO update the JSON string belowjson="{}"# create an instance of InlineObject12 from a JSON stringinline_object12_instance=InlineObject12.from_json(json)
# print the JSON string representation of the objectprint(InlineObject12.to_json())
# convert the object into a dictinline_object12_dict=inline_object12_instance.to_dict()
# create an instance of InlineObject12 from a dictinline_object12_from_dict=InlineObject12.from_dict(inline_object12_dict)