GetAccountMembersPlainArgs

data class GetAccountMembersPlainArgs(val accountId: String, val direction: String? = null, val maxItems: Int? = null, val order: String? = null, val status: String? = null) : ConvertibleToJava<GetAccountMembersPlainArgs>

A collection of arguments for invoking getAccountMembers.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, maxItems: Int? = null, order: String? = null, status: String? = null)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
val direction: String? = null

Direction to order results. Available values: "asc", "desc".

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val order: String? = null

Field to order results by. Available values: "user.firstname", "user.lastname", "user.email", "status".

Link copied to clipboard
val status: String? = null

A member's status in the account. Available values: "accepted", "pending", "rejected".

Functions

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