GetListItemsPlainArgs

data class GetListItemsPlainArgs(val accountId: String, val listId: String, val maxItems: Int? = null, val search: String? = null) : ConvertibleToJava<GetListItemsPlainArgs>

A collection of arguments for invoking getListItems.

Constructors

Link copied to clipboard
constructor(accountId: String, listId: String, maxItems: Int? = null, search: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

The unique ID of the list.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val search: String? = null

A search query to filter returned items. Its meaning depends on the list type: IP addresses must start with the provided string, hostnames and bulk redirects must contain the string, and ASNs must match the string exactly.

Functions

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