Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.45 KB

File metadata and controls

30 lines (21 loc) · 1.45 KB

OrganizationLevelBillingHistoryResources

Properties

Name Type Description Notes
attributes OrganizationLevelBillingHistoryResponseAttributes [optional]
metrics OrganizationLevelBillingHistoryResponseMetrics [optional]

Example

from hyperstack.models.organization_level_billing_history_resources import OrganizationLevelBillingHistoryResources

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

# convert the object into a dict
organization_level_billing_history_resources_dict = organization_level_billing_history_resources_instance.to_dict()
# create an instance of OrganizationLevelBillingHistoryResources from a dict
organization_level_billing_history_resources_from_dict = OrganizationLevelBillingHistoryResources.from_dict(organization_level_billing_history_resources_dict)

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