replayMode property
The mode of the replay.
Optional. Possible string values are:
- "REPLAY_MODE_UNSPECIFIED" : Default value.
- "REPLAY_MODE_FROM_BEGINNING" : Replay the original execution.
- "REPLAY_MODE_POINT_OF_FAILURE" : Replay the execution with the modified parameters.
Implementation
core.String? replayMode;