GetAccountsPlainArgs

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

A collection of arguments for invoking getAccounts.

Constructors

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

Properties

Link copied to clipboard
val name: String? = null

The account name to target for the resource.

Functions

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