Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 712 Bytes

File metadata and controls

22 lines (15 loc) · 712 Bytes

SdkVersionListRep

Properties

Name Type Description Notes
_links { [key: string]: any; } The location and content type of related resources [default to undefined]
sdkVersions Array<SdkVersionRep> The list of SDK names and versions [default to undefined]

Example

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

const instance: SdkVersionListRep = {
    _links,
    sdkVersions,
};

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