Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.07 KB

File metadata and controls

30 lines (21 loc) · 1.07 KB

InlineObject12

Properties

NameTypeDescriptionNotes
responsestrBase64 encoded document if the output=base64 is used or URL to the document when the output=url is used.[optional]
metaInlineObject12Meta[optional]

Example

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)

[Back to Model list][Back to API list][Back to README]