Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

File metadata and controls

20 lines (14 loc) · 383 Bytes

LaunchDarklyApi::VariationToolPost

Properties

Name Type Description Notes
key String The key of the tool to use.
version Integer The version of the tool.

Example

require 'launchdarkly_api'

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