# `Polarex.MeterCreate`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/meter_create.ex#L1)

Provides struct and type for a MeterCreate

# `t`

```elixir
@type t() :: %Polarex.MeterCreate{
  aggregation:
    Polarex.CountAggregation.t()
    | Polarex.PropertyAggregation.t()
    | Polarex.UniqueAggregation.t(),
  custom_label: String.t() | nil,
  custom_multiplier: integer() | nil,
  filter: Polarex.Filter.t(),
  metadata: map() | nil,
  name: String.t(),
  organization_id: String.t() | nil,
  unit: String.t() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
