Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.55 KB

File metadata and controls

31 lines (22 loc) · 1.55 KB

ResourceLevelVolumeGraphBillingDetailsResponseModel

Properties

Name Type Description Notes
billing_history_snapshot_details ResourceLevelGraphBillingDetailVolume [optional]
message str [optional]
status bool [optional]

Example

from hyperstack.models.resource_level_volume_graph_billing_details_response_model import ResourceLevelVolumeGraphBillingDetailsResponseModel

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

# convert the object into a dict
resource_level_volume_graph_billing_details_response_model_dict = resource_level_volume_graph_billing_details_response_model_instance.to_dict()
# create an instance of ResourceLevelVolumeGraphBillingDetailsResponseModel from a dict
resource_level_volume_graph_billing_details_response_model_from_dict = ResourceLevelVolumeGraphBillingDetailsResponseModel.from_dict(resource_level_volume_graph_billing_details_response_model_dict)

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