TestsResponse

data class TestsResponse(@Json(name = "content") val content: List<TestOrContainer>)

A list of test containers or test cases.

Parameters

content

A list of test containers.

Constructors

Link copied to clipboard
constructor(@Json(name = "content") content: List<TestOrContainer>)

Properties

Link copied to clipboard