Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 536 Bytes

File metadata and controls

22 lines (16 loc) · 536 Bytes

LaunchDarklyApi::VariationTool

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::VariationTool.new(
  key: null,
  version: null,
  custom_parameters: null
)