Request to update usage meter
| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | Description of the event | [optional] |
| type | TypeEnum | Type of usage meter * COUNTER - Count usage | [optional] |
| aggregation | AggregationEnum | Aggregation to be applied on usage meter result * COUNT - Counts number of events matching the usage meter * SUM - Sums up results of computation of all events matching usage meter | [optional] |
| computations | List<Computation> | [optional] |
| Name | Value |
|---|---|
| COUNTER | "COUNTER" |
| Name | Value |
|---|---|
| COUNT | "COUNT" |
| SUM | "SUM" |
- Serializable