GetListPlainArgs

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

A collection of arguments for invoking getList.

Constructors

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

Properties

Link copied to clipboard

Defines an identifier.

Link copied to clipboard

The unique ID of the list.

Functions

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