GetListItemsResult

data class GetListItemsResult(val asn: Int, val comment: String, val createdOn: String, val hostname: GetListItemsResultHostname, val id: String, val ip: String, val modifiedOn: String, val redirect: GetListItemsResultRedirect)

Constructors

Link copied to clipboard
constructor(asn: Int, comment: String, createdOn: String, hostname: GetListItemsResultHostname, id: String, ip: String, modifiedOn: String, redirect: GetListItemsResultRedirect)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int

A non-negative 32 bit integer

Link copied to clipboard

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

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

Link copied to clipboard

The definition of the redirect.