Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

File metadata and controls

22 lines (16 loc) · 485 Bytes

LaunchDarklyApi::ExpandedExperimentRep

Properties

Name Type Description Notes
key String The key of the experiment
name String The name of the experiment
_access Access [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandedExperimentRep.new(
  key: experiment-key-123abc,
  name: My Experiment,
  _access: null
)