| Name | Type | Description | Notes |
|---|---|---|---|
| key | string | [optional] [default to undefined] | |
| name | string | [optional] [default to undefined] | |
| environment | string | [optional] [default to undefined] |
import { RelatedExperimentRep } from 'launchdarkly-api-typescript';
const instance: RelatedExperimentRep = {
key,
name,
environment,
};