| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | [optional] [default to undefined] | |
| items | Array<Integration> | [optional] [default to undefined] | |
| key | string | [optional] [default to undefined] |
import { Integrations } from 'launchdarkly-api-typescript';
const instance: Integrations = {
_links,
items,
key,
};