| Name | Type | Description | Notes |
|---|---|---|---|
| _links | SdkKeysSelfLink | [optional] [default to undefined] | |
| items | Array<SdkKey> | [default to undefined] | |
| totalCount | number | The total number of SDK keys matching the query, before pagination. | [default to undefined] |
import { SdkKeysForGetSdkKeys } from 'launchdarkly-api-typescript';
const instance: SdkKeysForGetSdkKeys = {
_links,
items,
totalCount,
};