| Name | Type | Description | Notes |
|---|---|---|---|
| response | List[str] | Array of base64 encoded images, one per converted page. | [optional] |
| meta | InlineObject10Meta | [optional] |
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)