MetricDashboardCreate
Schema for creating a metrics dashboard.
Summary
Types
@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.