Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | The total number of experiments | |
items | Array<FlagEventExperiment> | A list of experiments |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagEventExperimentCollection.new(
total_count: 1,
items: null
)