Name | Type | Description | Notes |
---|---|---|---|
_id | String | The ID of this stage | |
name | String | The stage name | [optional] |
conditions | Array<ConditionOutput> | An array of conditions for the stage | |
action | ActionOutput | ||
_execution | ExecutionOutput |
require 'launchdarkly_api'
instance = LaunchDarklyApi::StageOutput.new(
_id: 12ab3c45de678910abc12345,
name: 10% rollout on day 1,
conditions: [{"_execution":{"status":"completed"},"id":"12ab3c45de678910abc12345","kind":"schedule","scheduleKind":"relative","waitDuration":2,"waitDurationUnit":"calendarDay"}],
action: null,
_execution: null
)