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

MetricDashboardUpdate

Schema for updating a metrics dashboard.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.MetricDashboardUpdate{
  metrics: term(),
  name: term()
}
```

* `metrics` - List of metric slugs to display in this dashboard. Nullable.
* `name` - Display name for the dashboard. Nullable.

# `schema_name`

---

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