Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 488 Bytes

File metadata and controls

22 lines (16 loc) · 488 Bytes

LaunchDarklyApi::AIConfigTargetingEnvironmentFallthroughRolloutVariation

Properties

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

Example

require 'launchdarkly_api'

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