ListBatchRequest

Types

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

Properties

Link copied to clipboard

The maximum number of batches to return. If not specified, defaults to 100.

Link copied to clipboard
val name: String?

Filter batches by name.

Link copied to clipboard

Filter batches by run group ID.

Link copied to clipboard

A pagination token returned from a prior ListBatch call.

Link copied to clipboard

Filter batches by status.

Functions

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