Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 505 Bytes

File metadata and controls

24 lines (18 loc) · 505 Bytes

LaunchDarklyApi::MetricDataSourceRefRep

Properties

Name Type Description Notes
key String
environment_key String [optional]
_name String [optional]
_integration_key String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MetricDataSourceRefRep.new(
  key: null,
  environment_key: null,
  _name: null,
  _integration_key: null
)