Polarex.Meter (Polarex v0.3.0)
View SourceProvides struct and type for a Meter
Summary
Types
@type t() :: %Polarex.Meter{ aggregation: Polarex.CountAggregation.t() | Polarex.PropertyAggregation.t() | Polarex.UniqueAggregation.t(), archived_at: DateTime.t() | nil, created_at: DateTime.t(), custom_label: String.t() | nil, custom_multiplier: integer() | nil, filter: Polarex.Filter.t(), id: String.t(), metadata: map(), modified_at: DateTime.t() | nil, name: String.t(), organization_id: String.t(), unit: String.t() }