RollbackInfo

Information about a deployment rollback.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the deployment rollback.

Link copied to clipboard

Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).

Link copied to clipboard

The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.

Functions

Link copied to clipboard
inline fun copy(block: RollbackInfo.Builder.() -> Unit = {}): RollbackInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String