Polarex.MeterCreate (Polarex v0.1.0)

View Source

Provides struct and type for a MeterCreate

Summary

Types

t()

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