Target

class Target

The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

Types

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

Properties

Link copied to clipboard
val id: String?

The TargetID is a 12-character identifier of the ACCOUNT for which the control was created. (This must be the current account.)

Link copied to clipboard

The target type is always an ACCOUNT.

Functions

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