GetListsPlainArgs

data class GetListsPlainArgs(val accountId: String) : ConvertibleToJava<GetListsPlainArgs>

A collection of arguments for invoking getLists.

Constructors

Link copied to clipboard
constructor(accountId: String)

Properties

Link copied to clipboard

The account identifier to target for the resource.

Functions

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