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.
The definition of a Test.