| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | ResourceLevelBillingHistoryResponseAttributes | [optional] | |
| metrics | ResourceLevelBillingHistoryResponseMetrics | [optional] | |
| nodes | List[ResourceLevelBillingHistoryResources] | [optional] |
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)