Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.25 KB

MetricGroupRep.md

File metadata and controls

34 lines (22 loc) · 1.25 KB

LaunchDarklyApi.MetricGroupRep

Properties

Name Type Description Notes
id String The ID of this metric group
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
description String Description of the metric group [optional]
links {String: Link} The location and content type of related resources
access Access [optional]
tags [String] Tags for the metric group
creationDate Number
lastModified Number
maintainer MaintainerRep
metrics [MetricInGroupRep] An ordered list of the metrics in this metric group
version Number The version of this metric group
experiments [DependentExperimentRep] [optional]
experimentCount Number The number of experiments using this metric group [optional]

Enum: KindEnum

  • funnel (value: "funnel")

  • standard (value: "standard")