| Name | Type | Description | Notes |
|---|---|---|---|
| ip | String | [optional] | |
| location | IpLocation | [optional] | |
| country_metadata | CountryMetadata | [optional] | |
| network | GeoNetwork | [optional] | |
| currency | Currency | [optional] |
require 'whoisfreaks'
instance = WhoisFreaks::GeolocationResponse.new(
ip: null,
location: null,
country_metadata: null,
network: null,
currency: null
)