TargetIdentifier

A target identifier is a pair of identifying information for a scope that is included in a target. A target identifier is made up of a target ID and a target type. Currently the target ID is always an account ID and the target type is always ACCOUNT.

Types

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

Properties

Link copied to clipboard

The identifier for a target, which is currently always an account ID .

Link copied to clipboard

The type of a target. A target type is currently always ACCOUNT.

Functions

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