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

ResourceLevelBillingHistoryResources

Properties

Name Type Description Notes
attributes ResourceLevelBillingHistoryResponseAttributes [optional]
metrics ResourceLevelBillingHistoryResponseMetrics [optional]

Example

from hyperstack.models.resource_level_billing_history_resources import ResourceLevelBillingHistoryResources

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

# convert the object into a dict
resource_level_billing_history_resources_dict = resource_level_billing_history_resources_instance.to_dict()
# create an instance of ResourceLevelBillingHistoryResources from a dict
resource_level_billing_history_resources_from_dict = ResourceLevelBillingHistoryResources.from_dict(resource_level_billing_history_resources_dict)

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