Individual Outcome Response
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
fun IndividualOutcomeResponse(multistepNumber: Int, outcomeSummary: String, runDuration: DurationResponse, stepId: String)