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