| Name | Type | Description | Notes |
|---|
| original_size | float | Document original size | [optional] |
| optimized_size | float | Document size after optimization | [optional] |
frompdf_generator_api_client.models.inline_object12_meta_statsimportInlineObject12MetaStats# TODO update the JSON string belowjson="{}"# create an instance of InlineObject12MetaStats from a JSON stringinline_object12_meta_stats_instance=InlineObject12MetaStats.from_json(json)
# print the JSON string representation of the objectprint(InlineObject12MetaStats.to_json())
# convert the object into a dictinline_object12_meta_stats_dict=inline_object12_meta_stats_instance.to_dict()
# create an instance of InlineObject12MetaStats from a dictinline_object12_meta_stats_from_dict=InlineObject12MetaStats.from_dict(inline_object12_meta_stats_dict)[Back to Model list][Back to API list][Back to README]