Polarex.Meter (Polarex v0.3.2)

Copy Markdown View Source

Provides struct and type for a Meter

Summary

Types

t()

@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()
}