Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (13 loc) · 697 Bytes

File metadata and controls

26 lines (13 loc) · 697 Bytes

LaunchDarklyApi.DependentMetricGroupRepWithMetrics

Properties

Name Type Description Notes
key String A unique key to reference the metric group
name String A human-friendly name for the metric group
kind String The type of the metric group
links {String: Link} The location and content type of related resources
metrics [MetricInGroupRep] The metrics in the metric group [optional]

Enum: KindEnum

  • funnel (value: "funnel")

  • standard (value: "standard")

  • guardrail (value: "guardrail")