GetListPlainArgs

data class GetListPlainArgs(val accountId: String, val name: String) : ConvertibleToJava<GetListPlainArgs>

A collection of arguments for invoking getList.

Constructors

Link copied to clipboard
fun GetListPlainArgs(accountId: String, name: String)

Functions

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

Properties

Link copied to clipboard

The account identifier to target for the resource.

Link copied to clipboard

The list name to target for the resource.