Skip to content

Latest commit

History

History
31 lines (22 loc) · 1.19 KB

File metadata and controls

31 lines (22 loc) · 1.19 KB

CloudComputingAverageCpuHour

Properties

NameTypeDescriptionNotes
typestr
valuefloatThe value in the given unit
unitstrNeed another unit? Contact us![optional] [default to 'cpu-hour']

Example

fromklimapi_python.models.cloud_computing_average_cpu_hourimportCloudComputingAverageCpuHour# TODO update the JSON string belowjson="{}"# create an instance of CloudComputingAverageCpuHour from a JSON stringcloud_computing_average_cpu_hour_instance=CloudComputingAverageCpuHour.from_json(json)
# print the JSON string representation of the objectprint(CloudComputingAverageCpuHour.to_json())
# convert the object into a dictcloud_computing_average_cpu_hour_dict=cloud_computing_average_cpu_hour_instance.to_dict()
# create an instance of CloudComputingAverageCpuHour from a dictcloud_computing_average_cpu_hour_from_dict=CloudComputingAverageCpuHour.from_dict(cloud_computing_average_cpu_hour_dict)

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