| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | The experiment key | |
| name | String | The experiment name | |
| iteration | FlagEventExperimentIteration | ||
| _links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagEventExperiment.new(
key: experiment-1,
name: Experiment 1,
iteration: null,
_links: null
)