GetListItemPlainArgs

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

A collection of arguments for invoking getListItem.

Constructors

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

Properties

Link copied to clipboard

Defines an identifier.

Link copied to clipboard

Defines the unique ID of the item in the List.

Link copied to clipboard

The unique ID of the list.

Functions

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