Polarex.MeterCreate (Polarex v0.2.8)

View Source

Provides struct and type for a MeterCreate

Summary

Types

t()

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