# `PolarExpress.Schemas.Metric`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/metric.ex#L2)

Metric

Information about a metric.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.Metric{
  display_name: String.t() | nil,
  slug: String.t() | nil,
  type: PolarExpress.Schemas.MetricType.t() | nil
}
```

* `display_name` - Human-readable name for the metric.
* `slug` - Unique identifier for the metric.
* `type` - Type of the metric, useful to know the unit or format of the value.

# `schema_name`

---

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