stcloud 0.4.0

Client package for talking to Sematext Cloud.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# UsageDto

## Properties
| Name                     | Type                                                             | Description | Notes                        |
| ------------------------ | ---------------------------------------------------------------- | ----------- | ---------------------------- |
| **count**                | **i64**                                                          |             | [optional] [default to null] |
| **daily_usage**          | [**Vec<::models::DailyDto>**]DailyDto.md                       |             | [optional] [default to null] |
| **daily_volume_mb**      | **i64**                                                          |             | [optional] [default to null] |
| **end**                  | **String**                                                       |             | [optional] [default to null] |
| **failed_count**         | **i64**                                                          |             | [optional] [default to null] |
| **limit_change_events**  | [**Vec<::models::LimitChangeEventDto>**]LimitChangeEventDTO.md |             | [optional] [default to null] |
| **max_allowed_mb**       | **i64**                                                          |             | [optional] [default to null] |
| **max_limit_mb**         | **i64**                                                          |             | [optional] [default to null] |
| **start**                | **String**                                                       |             | [optional] [default to null] |
| **volume**               | **i64**                                                          |             | [optional] [default to null] |
| **volume_change_events** | [**Vec<::models::LimitChangeEventDto>**]LimitChangeEventDTO.md |             | [optional] [default to null] |

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