stageOverrides property

Map<String, String>? stageOverrides
getter/setter pair

A mapping of stage numbers to their respective desired soak durations.

Key is the stage number, value is the desired soak duration. Stages omitted from the map will receive the standard soak duration configured on the sequence for that stage.

Required.

Implementation

core.Map<core.String, core.String>? stageOverrides;