Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 634 Bytes

FlagEventExperiment.md

File metadata and controls

24 lines (18 loc) · 634 Bytes

LaunchDarklyApi::FlagEventExperiment

Properties

Name Type Description Notes
key String The experiment key
name String The experiment name
iteration FlagEventExperimentIteration
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagEventExperiment.new(
  key: experiment-1,
  name: Experiment 1,
  iteration: null,
  _links: null
)