Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 775 Bytes

File metadata and controls

24 lines (17 loc) · 775 Bytes

SdkKeysForGetSdkKeys

Properties

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]

Example

import { SdkKeysForGetSdkKeys } from 'launchdarkly-api-typescript';

const instance: SdkKeysForGetSdkKeys = {
    _links,
    items,
    totalCount,
};

[Back to Model list] [Back to API list] [Back to README]