Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.11 KB

File metadata and controls

30 lines (21 loc) · 1.11 KB

InlineObject12MetaStats

Properties

NameTypeDescriptionNotes
original_sizefloatDocument original size[optional]
optimized_sizefloatDocument size after optimization[optional]

Example

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]