BatchListItem

A summary of a batch returned by ListBatch.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the batch was created.

Link copied to clipboard
val id: String?

The batch identifier.

Link copied to clipboard
val name: String?

The batch name.

Link copied to clipboard

The current batch status.

Link copied to clipboard

The total number of runs in the batch.

Link copied to clipboard

The identifier of the workflow used for the batch.

Functions

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