Name | Type | Description | Notes |
---|---|---|---|
variations | Array<WeightedVariation> | ||
experiment_allocation | ExperimentAllocationRep | [optional] | |
seed | Integer | [optional] | |
bucket_by | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Rollout.new(
variations: null,
experiment_allocation: null,
seed: null,
bucket_by: null
)