Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 527 Bytes

File metadata and controls

22 lines (16 loc) · 527 Bytes

LaunchDarklyApi::AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation

Properties

Name Type Description Notes
can_reshuffle Boolean
default_variation Integer
type String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation.new(
  can_reshuffle: null,
  default_variation: null,
  type: null
)