List Geodata By Ip Result
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)
Properties
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
A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
Link copied to clipboard
A description of the connection type of this IP address
Link copied to clipboard
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
A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100