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

MetricDashboardCreate

Schema for creating a metrics dashboard.

# `t`

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

* `metrics` - List of metric slugs to display in this dashboard.
* `name` - Display name for the dashboard.
* `organization_id` - The ID of the organization owning this dashboard. **Required unless you use an organization token.** Nullable.

# `schema_name`

---

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