ListRunsRequest

Types

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

Properties

Link copied to clipboard

The maximum number of runs to return in one page of results.

Link copied to clipboard
val name: String?

Filter the list by run name.

Link copied to clipboard

Filter the list by run group ID.

Link copied to clipboard

Specify the pagination token from a previous request to retrieve the next page of results.

Link copied to clipboard

The status of a run.

Functions

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