Field | Type | Required | Description |
---|---|---|---|
metadata |
Dict[str, models.MeterMetadata] | ✔️ | N/A |
created_at |
date | ✔️ | Creation timestamp of the object. |
modified_at |
date | ✔️ | Last modification timestamp of the object. |
id |
str | ✔️ | The ID of the object. |
name |
str | ✔️ | The name of the meter. Will be shown on customer's invoices and usage. |
filter_ |
models.Filter | ✔️ | N/A |
aggregation |
models.MeterAggregation | ✔️ | The aggregation to apply on the filtered events to calculate the meter. |
organization_id |
str | ✔️ | The ID of the organization owning the meter. |