IndividualOutcomeResponse

data class IndividualOutcomeResponse(val multistepNumber: Int, val outcomeSummary: String, val runDuration: DurationResponse, val stepId: String)

Step Id and outcome of each individual step that was run as a group with other steps with the same configuration.

Constructors

Link copied to clipboard
constructor(multistepNumber: Int, outcomeSummary: String, runDuration: DurationResponse, stepId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive). The primary step is 0.

Link copied to clipboard
Link copied to clipboard

How long it took for this step to run.

Link copied to clipboard