Test Case Reference Response
data class TestCaseReferenceResponse(val className: String, val name: String, val testSuiteName: String)
A reference to a test case. Test case references are canonically ordered lexicographically by these three factors: * First, by test_suite_name. * Second, by class_name. * Third, by name.