BatchStateHistory

data class BatchStateHistory(val state: String? = null, val stateMessage: String? = null, val stateStartTime: String? = null)

Constructors

Link copied to clipboard
constructor(state: String? = null, stateMessage: String? = null, stateStartTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val state: String? = null

(Output) The state of the batch at this point in history. For possible values, see the API documentation.

Link copied to clipboard
val stateMessage: String? = null

(Output) Details about the state at this point in history.

Link copied to clipboard
val stateStartTime: String? = null

(Output) The time when the batch entered the historical state.