Batch State History
data class BatchStateHistory(val state: String? = null, val stateMessage: String? = null, val stateStartTime: String? = null)
Properties
Link copied to clipboard
(Output) The state of the batch at this point in history. For possible values, see the API documentation.
Link copied to clipboard
(Output) Details about the state at this point in history.
Link copied to clipboard
(Output) The time when the batch entered the historical state.