| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The experiment key | [default to undefined] |
| name | string | The experiment name | [default to undefined] |
| iteration | FlagEventExperimentIteration | [default to undefined] | |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
import { FlagEventExperiment } from 'launchdarkly-api-typescript';
const instance: FlagEventExperiment = {
key,
name,
iteration,
_links,
};