Skip to content

Latest commit

History

History
32 lines (23 loc) · 1.27 KB

File metadata and controls

32 lines (23 loc) · 1.27 KB

HomeworkingPerFteWorkingHour

Properties

NameTypeDescriptionNotes
typestr
activitystr[optional] [default to 'average']
valuefloatThe value in the given unit
unitstrNeed another unit? Contact us![optional] [default to 'per_fte_working_hour']

Example

fromklimapi_python.models.homeworking_per_fte_working_hourimportHomeworkingPerFteWorkingHour# TODO update the JSON string belowjson="{}"# create an instance of HomeworkingPerFteWorkingHour from a JSON stringhomeworking_per_fte_working_hour_instance=HomeworkingPerFteWorkingHour.from_json(json)
# print the JSON string representation of the objectprint(HomeworkingPerFteWorkingHour.to_json())
# convert the object into a dicthomeworking_per_fte_working_hour_dict=homeworking_per_fte_working_hour_instance.to_dict()
# create an instance of HomeworkingPerFteWorkingHour from a dicthomeworking_per_fte_working_hour_from_dict=HomeworkingPerFteWorkingHour.from_dict(homeworking_per_fte_working_hour_dict)

[Back to Model list][Back to API list][Back to README]