Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 737 Bytes

File metadata and controls

24 lines (17 loc) · 737 Bytes

SdkKeyPatch

Properties

Name Type Description Notes
name string (Optional)The human-readable name of the SDK key. [optional] [default to undefined]
description string (Optional) The description of the SDK key. [optional] [default to undefined]
expiry number [optional] [default to undefined]

Example

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

const instance: SdkKeyPatch = {
    name,
    description,
    expiry,
};

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