AccountId

data class AccountId(val value: String) : TargetId

The identifier for the account for a target.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this TargetId as a AccountId and retrieves its kotlin.String value. Throws an exception if the TargetId is not a AccountId.

Link copied to clipboard

Casts this TargetId as a AccountId and retrieves its kotlin.String value. Returns null if the TargetId is not a AccountId.