GetJobRunResponse

Types

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

Properties

Link copied to clipboard

The timestamp of when the job run was created.

Link copied to clipboard

The user who created the job run.

Link copied to clipboard

The details of the job run.

Link copied to clipboard

The ID of the domain.

Link copied to clipboard

The timestamp of when the job run ended.

Link copied to clipboard

The error generated if the action is not completed successfully.

Link copied to clipboard
val id: String?

The ID of the job run.

Link copied to clipboard

The ID of the job run.

Link copied to clipboard

The type of the job run.

Link copied to clipboard

The mode of the job run.

Link copied to clipboard

The timestamp of when the job run started.

Link copied to clipboard

The status of the job run.

Functions

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