Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

MetricInMetricGroupInput.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

LaunchDarklyApi::MetricInMetricGroupInput

Properties

Name Type Description Notes
key String The metric key
name_in_group String Name of the metric when used within the associated metric group. Can be different from the original name of the metric

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricInMetricGroupInput.new(
  key: metric-key-123abc,
  name_in_group: Step 1
)