Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 609 Bytes

File metadata and controls

22 lines (15 loc) · 609 Bytes

VariationSkill

Properties

Name Type Description Notes
key string The key of the attached agent skill. [default to undefined]
version number The pinned skill version. [default to undefined]

Example

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

const instance: VariationSkill = {
    key,
    version,
};

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