GetAccountRolePlainArgs

data class GetAccountRolePlainArgs(val accountId: String, val roleId: String) : ConvertibleToJava<GetAccountRolePlainArgs>

A collection of arguments for invoking getAccountRole.

Constructors

Link copied to clipboard
constructor(accountId: String, roleId: String)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard

Role identifier tag.

Functions

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