Skip to content

Latest commit

History

History
30 lines (21 loc) · 997 Bytes

File metadata and controls

30 lines (21 loc) · 997 Bytes

InlineObject15

Properties

NameTypeDescriptionNotes
responseList[Document][optional]
metaPaginationMeta[optional]

Example

frompdf_generator_api_client.models.inline_object15importInlineObject15# TODO update the JSON string belowjson="{}"# create an instance of InlineObject15 from a JSON stringinline_object15_instance=InlineObject15.from_json(json)
# print the JSON string representation of the objectprint(InlineObject15.to_json())
# convert the object into a dictinline_object15_dict=inline_object15_instance.to_dict()
# create an instance of InlineObject15 from a dictinline_object15_from_dict=InlineObject15.from_dict(inline_object15_dict)

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