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_electrical_items_weightimportMaterialUseElectricalItemsWeight# TODO update the JSON string belowjson="{}"# create an instance of MaterialUseElectricalItemsWeight from a JSON stringmaterial_use_electrical_items_weight_instance=MaterialUseElectricalItemsWeight.from_json(json)
# print the JSON string representation of the objectprint(MaterialUseElectricalItemsWeight.to_json())
# convert the object into a dictmaterial_use_electrical_items_weight_dict=material_use_electrical_items_weight_instance.to_dict()
# create an instance of MaterialUseElectricalItemsWeight from a dictmaterial_use_electrical_items_weight_from_dict=MaterialUseElectricalItemsWeight.from_dict(material_use_electrical_items_weight_dict)