| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | The key of the experiment | |
| name | String | The name of the experiment | |
| _access | Access | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExpandedExperimentRep.new(
key: experiment-key-123abc,
name: My Experiment,
_access: null
)