GetCallerIdentityPlainArgs

data class GetCallerIdentityPlainArgs(val id: String? = null) : ConvertibleToJava<GetCallerIdentityPlainArgs>

A collection of arguments for invoking getCallerIdentity.

Constructors

Link copied to clipboard
constructor(id: String? = null)

Properties

Link copied to clipboard
val id: String? = null

Account ID number of the account that owns or contains the calling entity.

Functions

Link copied to clipboard
open override fun toJava(): GetCallerIdentityPlainArgs