| Name | Type | Description | Notes |
|---|---|---|---|
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
| totalCount | number | The total number of users in the environment | [default to undefined] |
| items | Array<UserRecord> | Details on the users | [default to undefined] |
import { UsersRep } from 'launchdarkly-api-typescript';
const instance: UsersRep = {
_links,
totalCount,
items,
};