StateHistoryResponse

data class StateHistoryResponse(val state: String, val stateMessage: String, val stateStartTime: String)

Historical state information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The state of the batch at this point in history.

Link copied to clipboard

Details about the state at this point in history.

Link copied to clipboard

The time when the batch entered the historical state.