Polarex.MeterUpdate (Polarex v0.2.0)

View Source

Provides struct and type for a MeterUpdate

Summary

Types

t()

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