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.freighting_goods_hgv_all_diesel_distanceimportFreightingGoodsHgvAllDieselDistance# TODO update the JSON string belowjson="{}"# create an instance of FreightingGoodsHgvAllDieselDistance from a JSON stringfreighting_goods_hgv_all_diesel_distance_instance=FreightingGoodsHgvAllDieselDistance.from_json(json)
# print the JSON string representation of the objectprint(FreightingGoodsHgvAllDieselDistance.to_json())
# convert the object into a dictfreighting_goods_hgv_all_diesel_distance_dict=freighting_goods_hgv_all_diesel_distance_instance.to_dict()
# create an instance of FreightingGoodsHgvAllDieselDistance from a dictfreighting_goods_hgv_all_diesel_distance_from_dict=FreightingGoodsHgvAllDieselDistance.from_dict(freighting_goods_hgv_all_diesel_distance_dict)