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
fromklimapi_python.models.material_use_paper_products_currencyimportMaterialUsePaperProductsCurrency# TODO update the JSON string belowjson="{}"# create an instance of MaterialUsePaperProductsCurrency from a JSON stringmaterial_use_paper_products_currency_instance=MaterialUsePaperProductsCurrency.from_json(json)
# print the JSON string representation of the objectprint(MaterialUsePaperProductsCurrency.to_json())
# convert the object into a dictmaterial_use_paper_products_currency_dict=material_use_paper_products_currency_instance.to_dict()
# create an instance of MaterialUsePaperProductsCurrency from a dictmaterial_use_paper_products_currency_from_dict=MaterialUsePaperProductsCurrency.from_dict(material_use_paper_products_currency_dict)