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