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.template_definition_new_pages_inner_marginsimportTemplateDefinitionNewPagesInnerMargins# TODO update the JSON string belowjson="{}"# create an instance of TemplateDefinitionNewPagesInnerMargins from a JSON stringtemplate_definition_new_pages_inner_margins_instance=TemplateDefinitionNewPagesInnerMargins.from_json(json)
# print the JSON string representation of the objectprint(TemplateDefinitionNewPagesInnerMargins.to_json())
# convert the object into a dicttemplate_definition_new_pages_inner_margins_dict=template_definition_new_pages_inner_margins_instance.to_dict()
# create an instance of TemplateDefinitionNewPagesInnerMargins from a dicttemplate_definition_new_pages_inner_margins_from_dict=TemplateDefinitionNewPagesInnerMargins.from_dict(template_definition_new_pages_inner_margins_dict)