Request to create usage meter
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the event. Must be unique for an organization. | |
| description | String | Description of the event | [optional] |
| type | TypeEnum | Type of usage meter | |
| aggregation | AggregationEnum | Aggregation to be applied on usage meter result | |
| computations | List<Computation> | [optional] |
| Name | Value |
|---|---|
| COUNTER | "COUNTER" |
| Name | Value |
|---|---|
| COUNT | "COUNT" |
| SUM | "SUM" |
- Serializable