IpAddressToLocationResultOutput interface
This object is returned from a successful call to IP Address to country/region API
Properties
| country |
The object containing the country/region information. |
| ip |
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