GetListPlainArgs

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

A collection of arguments for invoking getList.

Constructors

Link copied to clipboard
constructor(accountId: String, name: String)

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.

Functions

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