ListTestsResponse

Represents the result of a list tests request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

Link copied to clipboard
val tests: List<Test>?

Information about the tests.

Functions

Link copied to clipboard
inline fun copy(block: ListTestsResponse.Builder.() -> Unit = {}): ListTestsResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String