Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 849 Bytes

File metadata and controls

39 lines (21 loc) · 849 Bytes

CreateUsageMeterRequest

Request to create usage meter

Properties

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]

Enum: TypeEnum

Name Value
COUNTER "COUNTER"

Enum: AggregationEnum

Name Value
COUNT "COUNT"
SUM "SUM"

Implemented Interfaces

  • Serializable