PolarExpress.Schemas.MetricDashboardCreate (polar_express v0.2.2)

Copy Markdown View Source

MetricDashboardCreate

Schema for creating a metrics dashboard.

Summary

Types

t()

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

Functions

schema_name()