| Name | Type | Description | Notes |
|---|---|---|---|
| response | List[Document] | [optional] | |
| meta | PaginationMeta | [optional] |
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)