Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 629 Bytes

File metadata and controls

22 lines (15 loc) · 629 Bytes

VariationSkillPost

Properties

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

Example

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

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

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