| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | The key of the experiment | [default to undefined] |
| name | string | The name of the experiment | [default to undefined] |
| _access | Access | [optional] [default to undefined] |
import { ExpandedExperimentRep } from 'launchdarkly-api-typescript';
const instance: ExpandedExperimentRep = {
key,
name,
_access,
};