Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 767 Bytes

File metadata and controls

24 lines (17 loc) · 767 Bytes

VariationTool

Properties

Name Type Description Notes
key string The key of the tool to use. [default to undefined]
version number The version of the tool. [default to undefined]
customParameters { [key: string]: any; } Custom metadata and configuration for application-level use [optional] [default to undefined]

Example

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

const instance: VariationTool = {
    key,
    version,
    customParameters,
};

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