Name | Type | Description | Notes |
---|---|---|---|
items | Array<Experiment> | [optional] | |
total_count | Integer | [optional] | |
_links | Hash<String, Link> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExperimentCollectionRep.new(
items: null,
total_count: null,
_links: null
)