Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 421 Bytes

RelatedExperimentRep.md

File metadata and controls

22 lines (16 loc) · 421 Bytes

LaunchDarklyApi::RelatedExperimentRep

Properties

Name Type Description Notes
key String [optional]
name String [optional]
environment String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RelatedExperimentRep.new(
  key: null,
  name: null,
  environment: null
)