Deployment

Information about an application version deployment.

Types

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

Properties

Link copied to clipboard

The ID of the deployment. This number increases by one each time that you deploy source code or change instance configuration settings.

Link copied to clipboard

For in-progress deployments, the time that the deployment started.

Link copied to clipboard

The status of the deployment:

Link copied to clipboard

The version label of the application version in the deployment.

Functions

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