PrimaryStepResponse

data class PrimaryStepResponse(val individualOutcome: List<IndividualOutcomeResponse>, val rollUp: String)

Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.

Constructors

Link copied to clipboard
fun PrimaryStepResponse(individualOutcome: List<IndividualOutcomeResponse>, rollUp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Step Id and outcome of each individual step.

Link copied to clipboard

Rollup test status of multiple steps that were run with the same configuration as a group.