| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | ResourceLevelBillingDetailsAttributes | [optional] | |
| metrics | SubResourceGraphBillingDetailsMetrics | [optional] |
from hyperstack.models.sub_resources_graph_billing_history_fields import SubResourcesGraphBillingHistoryFields
# TODO update the JSON string below
json = "{}"
# create an instance of SubResourcesGraphBillingHistoryFields from a JSON string
sub_resources_graph_billing_history_fields_instance = SubResourcesGraphBillingHistoryFields.from_json(json)
# print the JSON string representation of the object
print(SubResourcesGraphBillingHistoryFields.to_json())
# convert the object into a dict
sub_resources_graph_billing_history_fields_dict = sub_resources_graph_billing_history_fields_instance.to_dict()
# create an instance of SubResourcesGraphBillingHistoryFields from a dict
sub_resources_graph_billing_history_fields_from_dict = SubResourcesGraphBillingHistoryFields.from_dict(sub_resources_graph_billing_history_fields_dict)