MetricDashboardSchema
A user-defined metrics dashboard.
Summary
Types
@type t() :: %PolarExpress.Schemas.MetricDashboardSchema{ created_at: term(), id: term(), metrics: term(), modified_at: term(), name: term(), organization_id: term() }
created_at- Creation timestamp of the object. Format: date-time.id- The ID of the object. Format: uuid4.metrics- List of metric slugs displayed in this dashboard.modified_at- Last modification timestamp of the object. Nullable.name- Display name for the dashboard.organization_id- The ID of the organization owning this dashboard. Format: uuid4.