IpAddressToLocationResultOutput interface

This object is returned from a successful call to IP Address to country/region API

Properties

countryRegion

The object containing the country/region information.

ipAddress

The IP Address of the request.

Property Details

countryRegion

The object containing the country/region information.

countryRegion?: CountryRegionOutput

Property Value

ipAddress

The IP Address of the request.

ipAddress?: string

Property Value

string