JobRunSummary

The job run summary.

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 at which job run was created.

Link copied to clipboard

The user who created the job run.

Link copied to clipboard

The domain ID of the job run.

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

The end time of a job run.

Link copied to clipboard

The error of a job run.

Link copied to clipboard

The job ID of a job run.

Link copied to clipboard

The job type of a job run.

Link copied to clipboard

The run ID of a job run.

Link copied to clipboard

The run mode of a job run.

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

The start time of a job run.

Link copied to clipboard

The status of a job run.

Functions

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