DeploymentSummary

A subset of information about a specific deployment.

Types

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

Properties

Link copied to clipboard

The unique identifier of the application.

Link copied to clipboard

The version of the application.

Link copied to clipboard

The timestamp when the deployment was created.

Link copied to clipboard

The unique identifier of the deployment.

Link copied to clipboard

The unique identifier of the runtime environment.

Link copied to clipboard

The current status of the deployment.

Link copied to clipboard

The reason for the reported status.

Functions

Link copied to clipboard
inline fun copy(block: DeploymentSummary.Builder.() -> Unit = {}): DeploymentSummary
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