GetAccountMemberPlainArgs

data class GetAccountMemberPlainArgs(val accountId: String, val filter: GetAccountMemberFilter? = null, val memberId: String? = null) : ConvertibleToJava<GetAccountMemberPlainArgs>

A collection of arguments for invoking getAccountMember.

Constructors

Link copied to clipboard
constructor(accountId: String, filter: GetAccountMemberFilter? = null, memberId: String? = null)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
Link copied to clipboard
val memberId: String? = null

Membership identifier tag.

Functions

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