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

Name Type Description Notes
response List[Document] [optional]
meta PaginationMeta [optional]

Example

from pdf_generator_api_client.models.inline_object15 import InlineObject15

# TODO update the JSON string below
json = "{}"
# create an instance of InlineObject15 from a JSON string
inline_object15_instance = InlineObject15.from_json(json)
# print the JSON string representation of the object
print(InlineObject15.to_json())

# convert the object into a dict
inline_object15_dict = inline_object15_instance.to_dict()
# create an instance of InlineObject15 from a dict
inline_object15_from_dict = InlineObject15.from_dict(inline_object15_dict)

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