Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 887 Bytes

Location2.md

File metadata and controls

19 lines (13 loc) · 887 Bytes

# Location2

Subscriber location information.

Properties

Name Type Description Notes
Latitude float32 The location latitude. [optional]
Longitude float32 The location longitude. [optional]
Gmtoff int32 The time difference in hours from GMT. [optional] [readonly]
Dstoff int32 The offset for timezones where daylight saving time is observed. [optional] [readonly]
CountryCode string The unique code for the location country. [optional] [readonly]
Timezone string The timezone for the location. [optional] [readonly]
Region string The region for the location. [optional] [readonly]

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