Polarex.Meter (Polarex v0.2.0)

View Source

Provides struct and type for a Meter

Summary

Types

t()

@type t() :: %Polarex.Meter{
  aggregation: Polarex.CountAggregation.t() | Polarex.PropertyAggregation.t(),
  created_at: DateTime.t(),
  filter: Polarex.Filter.t(),
  id: String.t(),
  metadata: Polarex.Metadata.t(),
  modified_at: DateTime.t() | nil,
  name: String.t(),
  organization_id: String.t()
}