GetListResult

data class GetListResult(val accountId: String, val createdOn: String, val description: String, val id: String, val kind: String, val listId: String? = null, val modifiedOn: String, val name: String, val numItems: Double, val numReferencingFilters: Double)

A collection of values returned by getList.

Constructors

Link copied to clipboard
constructor(accountId: String, createdOn: String, description: String, id: String, kind: String, listId: String? = null, modifiedOn: String, name: String, numItems: Double, numReferencingFilters: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

The RFC 3339 timestamp of when the list was created.

Link copied to clipboard

An informative summary of the list.

Link copied to clipboard
val id: String

The unique ID of the list.

Link copied to clipboard

The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects). Available values: "ip", "redirect", "hostname", "asn".

Link copied to clipboard
val listId: String? = null

The unique ID of the list.

Link copied to clipboard

The RFC 3339 timestamp of when the list was last modified.

Link copied to clipboard

An informative name for the list. Use this name in filter and rule expressions.

Link copied to clipboard

The number of items in the list.

Link copied to clipboard

The number of filters referencing the list.