Multi Step Response
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.
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.