GetHistoryDeliveryJobsJobJobStatus

data class GetHistoryDeliveryJobsJobJobStatus(val region: String, val status: Int)

Constructors

Link copied to clipboard
constructor(region: String, status: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The region of the delivery job.

Link copied to clipboard
val status: Int

The status of the task. Valid values: 0, 1, 2, 3. 0: The task is initializing. 1: The task is delivering historical events. 2: The delivery of historical events is complete. 3: The task fails.