Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.59 KB

File metadata and controls

31 lines (22 loc) · 1.59 KB

ResourceLevelBillingHistoryResourcesCluster

Properties

Name Type Description Notes
attributes ResourceLevelBillingHistoryResponseAttributes [optional]
metrics ResourceLevelBillingHistoryResponseMetrics [optional]
nodes List[ResourceLevelBillingHistoryResources] [optional]

Example

from hyperstack.models.resource_level_billing_history_resources_cluster import ResourceLevelBillingHistoryResourcesCluster

# TODO update the JSON string below
json = "{}"
# create an instance of ResourceLevelBillingHistoryResourcesCluster from a JSON string
resource_level_billing_history_resources_cluster_instance = ResourceLevelBillingHistoryResourcesCluster.from_json(json)
# print the JSON string representation of the object
print(ResourceLevelBillingHistoryResourcesCluster.to_json())

# convert the object into a dict
resource_level_billing_history_resources_cluster_dict = resource_level_billing_history_resources_cluster_instance.to_dict()
# create an instance of ResourceLevelBillingHistoryResourcesCluster from a dict
resource_level_billing_history_resources_cluster_from_dict = ResourceLevelBillingHistoryResourcesCluster.from_dict(resource_level_billing_history_resources_cluster_dict)

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