JobSummary

Contains the job summary information.

Types

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

Properties

Link copied to clipboard
val id: String

The ID of the job.

Link copied to clipboard

The unique name that helps identify the job request.

Link copied to clipboard

The status of the bulk import job can be one of following values:

Functions

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