Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.33 KB

File metadata and controls

29 lines (20 loc) · 1.33 KB

OrganizationLevelBillingHistoryResponseAttributes

Properties

Name Type Description Notes
id str [optional]

Example

from hyperstack.models.organization_level_billing_history_response_attributes import OrganizationLevelBillingHistoryResponseAttributes

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

# convert the object into a dict
organization_level_billing_history_response_attributes_dict = organization_level_billing_history_response_attributes_instance.to_dict()
# create an instance of OrganizationLevelBillingHistoryResponseAttributes from a dict
organization_level_billing_history_response_attributes_from_dict = OrganizationLevelBillingHistoryResponseAttributes.from_dict(organization_level_billing_history_response_attributes_dict)

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