ListGeodataByIpResult

data class ListGeodataByIpResult(val asn: String? = null, val carrier: String? = null, val city: String? = null, val cityConfidenceFactor: Int? = null, val continent: String? = null, val country: String? = null, val countryConfidenceFactor: Int? = null, val ipAddr: String? = null, val ipRoutingType: String? = null, val latitude: String? = null, val longitude: String? = null, val organization: String? = null, val organizationType: String? = null, val region: String? = null, val state: String? = null, val stateCode: String? = null, val stateConfidenceFactor: Int? = null)

Geodata information for a given IP address

Constructors

Link copied to clipboard
constructor(asn: String? = null, carrier: String? = null, city: String? = null, cityConfidenceFactor: Int? = null, continent: String? = null, country: String? = null, countryConfidenceFactor: Int? = null, ipAddr: String? = null, ipRoutingType: String? = null, latitude: String? = null, longitude: String? = null, organization: String? = null, organizationType: String? = null, region: String? = null, state: String? = null, stateCode: String? = null, stateConfidenceFactor: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val asn: String? = null

The autonomous system number associated with this IP address

Link copied to clipboard
val carrier: String? = null

The name of the carrier for this IP address

Link copied to clipboard
val city: String? = null

The city this IP address is located in

Link copied to clipboard

A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100

Link copied to clipboard
val continent: String? = null

The continent this IP address is located on

Link copied to clipboard
val country: String? = null

The county this IP address is located in

Link copied to clipboard

A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100

Link copied to clipboard
val ipAddr: String? = null

The dotted-decimal or colon-separated string representation of the IP address

Link copied to clipboard
val ipRoutingType: String? = null

A description of the connection type of this IP address

Link copied to clipboard
val latitude: String? = null

The latitude of this IP address

Link copied to clipboard
val longitude: String? = null

The longitude of this IP address

Link copied to clipboard
val organization: String? = null

The name of the organization for this IP address

Link copied to clipboard

The type of the organization for this IP address

Link copied to clipboard
val region: String? = null

The geographic region this IP address is located in

Link copied to clipboard
val state: String? = null

The state this IP address is located in

Link copied to clipboard
val stateCode: String? = null

The abbreviated name for the state this IP address is located in

Link copied to clipboard

A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100