Skip to content

Files

Latest commit

4d809e1 · Sep 2, 2021

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
)