Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

ExperimentInfoRep.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

LaunchDarklyApi::ExperimentInfoRep

Properties

Name Type Description Notes
baseline_idx Integer
items Array<LegacyExperimentRep>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExperimentInfoRep.new(
  baseline_idx: null,
  items: null
)