ListRunsResponse

Represents the result of a list runs 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 runs: List<Run>?

Information about the runs.

Functions

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