Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 412 Bytes

WeightedVariation.md

File metadata and controls

22 lines (16 loc) · 412 Bytes

LaunchDarklyApi::WeightedVariation

Properties

Name Type Description Notes
variation Integer
weight Integer
_untracked Boolean [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::WeightedVariation.new(
  variation: null,
  weight: null,
  _untracked: null
)