GetListItemResult

data class GetListItemResult(val accountId: String, val asn: Int, val comment: String, val createdOn: String, val hostname: GetListItemHostname, val id: String, val ip: String, val itemId: String, val listId: String, val modifiedOn: String, val redirect: GetListItemRedirect)

A collection of values returned by getListItem.

Constructors

Link copied to clipboard
constructor(accountId: String, asn: Int, comment: String, createdOn: String, hostname: GetListItemHostname, id: String, ip: String, itemId: String, listId: String, modifiedOn: String, redirect: GetListItemRedirect)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines an identifier.

Link copied to clipboard
val asn: Int

Defines a non-negative 32 bit integer.

Link copied to clipboard

Defines an informative summary of the list item.

Link copied to clipboard

The RFC 3339 timestamp of when the item was created.

Link copied to clipboard

Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen (-).

Link copied to clipboard
val id: String

The unique ID of the list.

Link copied to clipboard
val ip: String

An IPv4 address, an IPv4 CIDR, or an IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /64.

Link copied to clipboard

Defines the unique ID of the item in the List.

Link copied to clipboard

The unique ID of the list.

Link copied to clipboard

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

Link copied to clipboard

The definition of the redirect.