LaunchDarklyApi::StageInputRep Properties 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<ConditionInputRep> An array of conditions for the stage. [optional] action ActionInputRep [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::StageInputRep.new( name: 10% rollout on day 1, execute_conditions_in_sequence: true, conditions: [{"kind":"schedule","scheduleKind":"relative","waitDuration":2,"waitDurationUnit":"calendarDay"}], action: null )