| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<Experiment> | An array of experiments | |
| total_count | Integer | The total number of experiments in this project and environment. Does not include legacy experiments. | [optional] |
| _links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExperimentCollectionRep.new(
items: null,
total_count: null,
_links: null
)