Destination

Contains information about the publishing destination, including the ID, type, and status.

Types

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

Properties

Link copied to clipboard

The unique ID of the publishing destination.

Link copied to clipboard

The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.

Link copied to clipboard

The status of the publishing destination.

Functions

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