TargetSummary

Contains summary information about a gateway target. A target represents an endpoint that the gateway can connect to.

Types

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

Properties

Link copied to clipboard

The timestamp when the target was created.

Link copied to clipboard

The description of the target.

Link copied to clipboard

The name of the target.

Link copied to clipboard

The current status of the target.

Link copied to clipboard

The unique identifier of the target.

Link copied to clipboard

The timestamp when the target was last updated.

Functions

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