| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| totalCount | number | The number of environments returned | [optional] [default to undefined] |
| items | Array<Environment> | An array of environments | [default to undefined] |
import { Environments } from 'launchdarkly-api-typescript';
const instance: Environments = {
_links,
totalCount,
items,
};