RunTaskResponse

Types

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

Properties

Link copied to clipboard

Any failures associated with the call.

Link copied to clipboard
val tasks: List<Task>?

A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.

Functions

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