Deployment

An immutable representation of a RestApi resource that can be called by users using Stages. 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

A summary of the RestApi at the date and time that the deployment resource was created.

Link copied to clipboard

The date and time that the deployment resource was created.

Link copied to clipboard

The description for the deployment resource.

Link copied to clipboard
val id: String?

The identifier for the deployment resource.

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