| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | The key of the tool to use. | |
| version | Integer | The version of the tool. | |
| custom_parameters | Hash<String, Object> | Custom metadata and configuration for application-level use | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::VariationTool.new(
key: null,
version: null,
custom_parameters: null
)