Organization

Contains information about the ISP organization of the remote IP address.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: String?

The Autonomous System Number (ASN) of the internet provider of the remote IP address.

Link copied to clipboard

The organization that registered this ASN.

Link copied to clipboard
val isp: String?

The ISP information for the internet provider.

Link copied to clipboard
val org: String?

The name of the internet provider.

Functions

Link copied to clipboard
inline fun copy(block: Organization.Builder.() -> Unit = {}): Organization
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String