PolarExpress.Schemas.MetricDashboardUpdate (polar_express v0.2.0)

Copy Markdown View Source

MetricDashboardUpdate

Schema for updating a metrics dashboard.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.MetricDashboardUpdate{
  metrics: [String.t()] | nil,
  name: String.t() | nil
}
  • metrics - List of metric slugs to display in this dashboard. Nullable.
  • name - Display name for the dashboard. Nullable.

Functions

schema_name()