| 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] |
import { SdkKeyPatch } from 'launchdarkly-api-typescript';
const instance: SdkKeyPatch = {
name,
description,
expiry,
};