ListItemValue

data class ListItemValue(val asn: Int? = null, val hostnames: List<ListItemValueHostname>? = null, val ip: String? = null, val redirects: List<ListItemValueRedirect>? = null)

Constructors

Link copied to clipboard
constructor(asn: Int? = null, hostnames: List<ListItemValueHostname>? = null, ip: String? = null, redirects: List<ListItemValueRedirect>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: Int? = null
Link copied to clipboard
Link copied to clipboard
val ip: String? = null
Link copied to clipboard