Instantiates an "AnonymousIP" using fields from the response
The GeoIP2 response
Optional
ipAddress: stringOptional
network: stringOptional
ipThe IP address that the data in the model is for. If you performed a "me" lookup against the web service, this will be the externally routable IP address for the system the code is running on. If the system is behind a NAT, this may differ from the IP address locally assigned to it.
Readonly
is`true if the IP address belongs to any sort of anonymous network.
Readonly
istrue
if the IP address is registered to an anonymous VPN provider.
Readonly
istrue
if the IP address belongs to a hosting or VPN provider (see
description of isAnonymousVpn
property).
Readonly
istrue
if the IP address belongs to a public proxy.
Readonly
istrue
if the IP address is on a suspected anonymizing network and belongs
to a residential ISP.
Readonly
istrue
if IP is a Tor exit node.
Optional
networkThe network associated with the record. In particular, this is the largest
network where all of the fields besides ipAddress
have the same value.
Generated using TypeDoc
Class representing the model of an "AnonymousIP" response *