Destination

Object specifying the status of a Destination.

Types

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

Properties

Link copied to clipboard

Configuration used to create this destination.

Link copied to clipboard

Optional details regarding the status of the destination.

Link copied to clipboard

UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.

Link copied to clipboard
val id: String

Unique identifier for this destination, assigned by IVS.

Link copied to clipboard

UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.

Link copied to clipboard

State of the Composition 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