outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ReadConsumptionAccountResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**consumption_entries** | Option<[**Vec<crate::models::ConsumptionEntry>**]ConsumptionEntry.md> | Information about the resources consumed during the specified time period. | [optional]
**currency** | Option<**String**> | The currency of your account for the `UnitPrice` and `Price` parameters, in the ISO-4217 format (for example, `EUR`). | [optional]
**response_context** | Option<[**crate::models::ResponseContext**]ResponseContext.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)