Deployment

An immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.

Types

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

Properties

Link copied to clipboard

Specifies whether a deployment was automatically released.

Link copied to clipboard

The date and time when the Deployment resource was created.

Link copied to clipboard

The identifier for the deployment.

Link copied to clipboard

The status of the deployment: PENDING, FAILED, or SUCCEEDED.

Link copied to clipboard

May contain additional feedback on the status of an API deployment.

Link copied to clipboard

The description for 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