Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1012 Bytes

IpLocation.md

File metadata and controls

17 lines (14 loc) · 1012 Bytes

IpLocation

Properties

Name Type Description Notes
AccuracyRadius int32 The IP address is likely to be within this radius (in km) of the specified location. [optional] [default to null]
Latitude float64 [optional] [default to null]
Longitude float64 [optional] [default to null]
PostalCode string [optional] [default to null]
Timezone string [optional] [default to null]
City *IpLocationCity [optional] [default to null]
Country *Location [optional] [default to null]
Continent *Location [optional] [default to null]
Subdivisions []Subdivision [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]