Test Response
data class TestResponse(val commands: List<CommandResponse>, val isActive: Boolean? = null, val testType: String, val validationResultId: String, val validationRunStatus: String)
The definition of a Test.
Constructors
Link copied to clipboard
fun TestResponse(commands: List<CommandResponse>, isActive: Boolean? = null, testType: String, validationResultId: String, validationRunStatus: String)