Polarex.MeterUpdate (Polarex v0.2.8)

View Source

Provides struct and type for a MeterUpdate

Summary

Types

t()

@type t() :: %Polarex.MeterUpdate{
  aggregation:
    Polarex.CountAggregation.t()
    | Polarex.PropertyAggregation.t()
    | Polarex.UniqueAggregation.t()
    | nil,
  filter: Polarex.Filter.t() | nil,
  is_archived: boolean() | nil,
  metadata: Polarex.Metadata.t() | nil,
  name: String.t() | nil
}