GetListItemsInvokeResult

data class GetListItemsInvokeResult(val accountId: String, val id: String, val listId: String, val maxItems: Int? = null, val results: List<GetListItemsResult>, val search: String? = null)

A collection of values returned by getListItems.

Constructors

Link copied to clipboard
constructor(accountId: String, id: String, listId: String, maxItems: Int? = null, results: List<GetListItemsResult>, search: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

The items returned by the data source

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.