Skip to content

Files

Latest commit

847ceb3 · Feb 28, 2023

History

History
20 lines (14 loc) · 457 Bytes

VariationOrRolloutRep.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

LaunchDarklyApi::VariationOrRolloutRep

Properties

Name Type Description Notes
variation Integer The index of the variation, from the array of variations for this flag [optional]
rollout Rollout [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::VariationOrRolloutRep.new(
  variation: null,
  rollout: null
)