GetAccountsPlainArgs

data class GetAccountsPlainArgs(val name: String? = null) : ConvertibleToJava<GetAccountsPlainArgs>

A collection of arguments for invoking getAccounts.

Constructors

Link copied to clipboard
fun GetAccountsPlainArgs(name: String? = null)

Functions

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

Properties

Link copied to clipboard
val name: String? = null

The account name to target for the resource.