UpdateStatusResponse

data class UpdateStatusResponse(val completedTime: String, val error: ErrorDetailResponse, val startTime: String, val state: String)

The status for an operation or group of operations.

Constructors

Link copied to clipboard
constructor(completedTime: String, error: ErrorDetailResponse, startTime: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the operation or group was completed.

Link copied to clipboard

The error details when a failure is encountered.

Link copied to clipboard

The time the operation or group was started.

Link copied to clipboard

The State of the operation or group.