Meter
Summary
Types
@type t() :: %PolarExpress.Schemas.Meter{ aggregation: term(), archived_at: term(), created_at: term(), custom_label: term(), custom_multiplier: term(), filter: term(), id: term(), metadata: term(), modified_at: term(), name: term(), organization_id: term(), unit: term() }
aggregation- The aggregation to apply on the filtered events to calculate the meter.archived_at- Whether the meter is archived and the time it was archived. Nullable.created_at- Creation timestamp of the object. Format: date-time.custom_label- The label for the custom unit. Nullable.custom_multiplier- The multiplier to convert from base unit to display scale. Nullable.filter- The filter to apply on events that'll be used to calculate the meter.id- The ID of the object. Format: uuid4.metadatamodified_at- Last modification timestamp of the object. Nullable.name- The name of the meter. Will be shown on customer's invoices and usage.organization_id- The ID of the organization owning the meter. Format: uuid4.unit- The unit of the meter.