GetPrimaryContactPlainArgs

data class GetPrimaryContactPlainArgs(val accountId: String? = null) : ConvertibleToJava<GetPrimaryContactPlainArgs>

A collection of arguments for invoking getPrimaryContact.

Constructors

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

Properties

Link copied to clipboard
val accountId: String? = null

The ID of the target account when managing member accounts. Will manage current user's account by default if omitted.

Functions

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