You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frompdf_generator_api_client.models.optimize_document201_response_meta_statsimportOptimizeDocument201ResponseMetaStats# TODO update the JSON string belowjson="{}"# create an instance of OptimizeDocument201ResponseMetaStats from a JSON stringoptimize_document201_response_meta_stats_instance=OptimizeDocument201ResponseMetaStats.from_json(json)
# print the JSON string representation of the objectprint(OptimizeDocument201ResponseMetaStats.to_json())
# convert the object into a dictoptimize_document201_response_meta_stats_dict=optimize_document201_response_meta_stats_instance.to_dict()
# create an instance of OptimizeDocument201ResponseMetaStats from a dictoptimize_document201_response_meta_stats_from_dict=OptimizeDocument201ResponseMetaStats.from_dict(optimize_document201_response_meta_stats_dict)