| Name |
Type |
Description |
Notes |
| original_size |
float |
Document original size |
[optional] |
| optimized_size |
float |
Document size after optimization |
[optional] |
from pdf_generator_api_client.models.inline_object12_meta_stats import InlineObject12MetaStats
# TODO update the JSON string below
json = "{}"
# create an instance of InlineObject12MetaStats from a JSON string
inline_object12_meta_stats_instance = InlineObject12MetaStats.from_json(json)
# print the JSON string representation of the object
print(InlineObject12MetaStats.to_json())
# convert the object into a dict
inline_object12_meta_stats_dict = inline_object12_meta_stats_instance.to_dict()
# create an instance of InlineObject12MetaStats from a dict
inline_object12_meta_stats_from_dict = InlineObject12MetaStats.from_dict(inline_object12_meta_stats_dict)
[Back to Model list] [Back to API list] [Back to README]