GetAccountsPlainArgs

data class GetAccountsPlainArgs(val direction: String? = null, val maxItems: Int? = null, val name: String? = null) : ConvertibleToJava<GetAccountsPlainArgs>

A collection of arguments for invoking getAccounts.

Constructors

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

Properties

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 name: String? = null

Name of the account.

Functions

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