RolloutOperationInfoResponse

data class RolloutOperationInfoResponse(val endTime: String, val error: CloudErrorBodyResponse, val retryAttempt: Int, val skipSucceededOnRetry: Boolean, val startTime: String)

Detailed runtime information of the rollout.

Constructors

Link copied to clipboard
constructor(endTime: String, error: CloudErrorBodyResponse, retryAttempt: Int, skipSucceededOnRetry: Boolean, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The start time of the rollout in UTC. This property will not be set if the rollout has not completed yet.

Link copied to clipboard

The detailed error information for any failure.

Link copied to clipboard

The ordinal count of the number of retry attempts on a rollout. 0 if no retries of the rollout have been performed. If the rollout is updated with a PUT, this count is reset to 0.

Link copied to clipboard

True, if all steps that succeeded on the previous run/attempt were chosen to be skipped in this retry attempt. False, otherwise.

Link copied to clipboard

The start time of the rollout in UTC.