Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.05 KB

File metadata and controls

30 lines (21 loc) · 1.05 KB

InlineObject9

Properties

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

Example

frompdf_generator_api_client.models.inline_object9importInlineObject9# TODO update the JSON string belowjson="{}"# create an instance of InlineObject9 from a JSON stringinline_object9_instance=InlineObject9.from_json(json)
# print the JSON string representation of the objectprint(InlineObject9.to_json())
# convert the object into a dictinline_object9_dict=inline_object9_instance.to_dict()
# create an instance of InlineObject9 from a dictinline_object9_from_dict=InlineObject9.from_dict(inline_object9_dict)

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