Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.38 KB

File metadata and controls

30 lines (21 loc) · 1.38 KB

SubResourcesGraphBillingHistoryFields

Properties

Name Type Description Notes
attributes ResourceLevelBillingDetailsAttributes [optional]
metrics SubResourceGraphBillingDetailsMetrics [optional]

Example

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)

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