PolarExpress.Schemas.MetricDashboardSchema (polar_express v0.2.0)

Copy Markdown View Source

MetricDashboardSchema

A user-defined metrics dashboard.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.MetricDashboardSchema{
  created_at: DateTime.t() | nil,
  id: String.t() | nil,
  metrics: [String.t()] | nil,
  modified_at: DateTime.t() | nil,
  name: String.t() | nil,
  organization_id: String.t() | nil
}
  • 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.

Functions

schema_name()