MetricDashboardCreate
Schema for creating a metrics dashboard.
Summary
Types
@type t() :: %PolarExpress.Schemas.MetricDashboardCreate{ metrics: [String.t()] | nil, name: String.t() | nil, organization_id: String.t() | nil }
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.