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.
Constructors
Link copied to clipboard
fun MultiStepResponse(multistepNumber: Int, primaryStep: PrimaryStepResponse, primaryStepId: String)