Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.02 KB

File metadata and controls

30 lines (21 loc) · 1.02 KB

InlineObject10

Properties

NameTypeDescriptionNotes
responseList[str]Array of base64 encoded images, one per converted page.[optional]
metaInlineObject10Meta[optional]

Example

frompdf_generator_api_client.models.inline_object10importInlineObject10# TODO update the JSON string belowjson="{}"# create an instance of InlineObject10 from a JSON stringinline_object10_instance=InlineObject10.from_json(json)
# print the JSON string representation of the objectprint(InlineObject10.to_json())
# convert the object into a dictinline_object10_dict=inline_object10_instance.to_dict()
# create an instance of InlineObject10 from a dictinline_object10_from_dict=InlineObject10.from_dict(inline_object10_dict)

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