Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 893 Bytes

File metadata and controls

26 lines (20 loc) · 893 Bytes

LaunchDarklyApi::AIConfigTargetingEnvironmentFallthroughRollout

Properties

Name Type Description Notes
bucket_by String [optional]
context_kind String
experiment_allocation AIConfigTargetingEnvironmentFallthroughRolloutExperimentationAllocation [optional]
seed Integer [optional]
variations Array<AIConfigTargetingEnvironmentFallthroughRolloutVariation>

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AIConfigTargetingEnvironmentFallthroughRollout.new(
  bucket_by: null,
  context_kind: null,
  experiment_allocation: null,
  seed: null,
  variations: null
)