PolarExpress.Schemas.MetricDashboardCreate (polar_express v0.1.6)

Copy Markdown View Source

MetricDashboardCreate

Schema for creating a metrics dashboard.

Summary

Types

t()

@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.

Functions

schema_name()