PrimingJobResponse

data class PrimingJobResponse(val primingJobDetails: String, val primingJobId: String, val primingJobName: String, val primingJobPercentComplete: Double, val primingJobState: String, val primingJobStatus: String)

A priming job instance.

Constructors

Link copied to clipboard
constructor(primingJobDetails: String, primingJobId: String, primingJobName: String, primingJobPercentComplete: Double, primingJobState: String, primingJobStatus: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The job details or error information if any.

Link copied to clipboard

The unique identifier of the priming job.

Link copied to clipboard

The priming job name.

Link copied to clipboard

The current progress of the priming job, as a percentage.

Link copied to clipboard

The state of the priming operation.

Link copied to clipboard

The status code of the priming job.