Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 566 Bytes

MetricV2Rep.md

File metadata and controls

24 lines (18 loc) · 566 Bytes

LaunchDarklyApi::MetricV2Rep

Properties

Name Type Description Notes
key String
name String
kind String
_links Hash<String, Link>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricV2Rep.new(
  key: null,
  name: null,
  kind: null,
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/metrics/my-project/my-metric&quot;,&quot;type&quot;:&quot;application/json&quot;}}
)