MultiStepResponse

data class MultiStepResponse(val multistepNumber: Int, val primaryStep: PrimaryStepResponse, val primaryStepId: String)

Details when multiple steps are run with the same configuration as a group.

Constructors

Link copied to clipboard
constructor(multistepNumber: Int, primaryStep: PrimaryStepResponse, primaryStepId: 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

Present if it is a primary (original) step.

Link copied to clipboard

Step Id of the primary (original) step, which might be this step.