RAPP Platform API
|
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Public Attributes | |
city | |
City location. More... | |
country | |
Country location. More... | |
country_code | |
Location's country code. More... | |
error | |
Error message. More... | |
latitude | |
The latitude. More... | |
longtitude | |
The longtitude. More... | |
region | |
Location region. More... | |
timezone | |
Location timezone. More... | |
zip | |
Location zip-postal code. More... | |
Geolocation Cloud Response object. Geolocation.Response
Definition at line 47 of file Geolocation.py.
def RappCloud.CloudMsgs.Geolocation.Geolocation.Response.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
**kwargs | - Keyword arguments. Apply values to the request attributes. |
Definition at line 52 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.city |
City location.
Definition at line 70 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.country |
Country location.
Definition at line 72 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.country_code |
Location's country code.
Definition at line 74 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.error |
Error message.
Definition at line 68 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.latitude |
The latitude.
Definition at line 76 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.longtitude |
The longtitude.
Definition at line 78 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.region |
Location region.
Definition at line 80 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.timezone |
Location timezone.
Definition at line 82 of file Geolocation.py.
RappCloud.CloudMsgs.Geolocation.Geolocation.Response.zip |
Location zip-postal code.
Definition at line 84 of file Geolocation.py.