GetSuiteResponse

Represents the result of a get suite request.

Types

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

Properties

Link copied to clipboard
val suite: Suite?

A collection of one or more tests.

Functions

Link copied to clipboard
inline fun copy(block: GetSuiteResponse.Builder.() -> Unit = {}): GetSuiteResponse
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