Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 385 Bytes

ExperimentAllocationRep.md

File metadata and controls

20 lines (14 loc) · 385 Bytes

LaunchDarklyApi::ExperimentAllocationRep

Properties

Name Type Description Notes
default_variation Integer
can_reshuffle Boolean

Example

require 'launchdarkly_api'

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