Name | Type | Description | Notes |
---|---|---|---|
name | String | The stage name | [optional] |
execute_conditions_in_sequence | Boolean | Whether to execute the conditions in sequence for the given stage | [optional] |
conditions | Array<ConditionInput> | An array of conditions for the stage | [optional] |
action | ActionInput | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::StageInput.new(
name: 10% rollout on day 1,
execute_conditions_in_sequence: true,
conditions: [{"kind":"schedule","scheduleKind":"relative","waitDuration":2,"waitDurationUnit":"calendarDay"}],
action: null
)