RAPP Platform API
 All Classes Namespaces Files Functions Variables Typedefs
RappCloud.CloudMsgs.Geolocation.Geolocation.Response Class Reference
Inheritance diagram for RappCloud.CloudMsgs.Geolocation.Geolocation.Response:
Collaboration diagram for RappCloud.CloudMsgs.Geolocation.Geolocation.Response:

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...
 

Detailed Description

Geolocation Cloud Response object.

Geolocation.Response

Definition at line 47 of file Geolocation.py.

Constructor & Destructor Documentation

def RappCloud.CloudMsgs.Geolocation.Geolocation.Response.__init__ (   self,
  kwargs 
)

Constructor.

Parameters
**kwargs- Keyword arguments. Apply values to the request attributes.

Definition at line 52 of file Geolocation.py.

Member Data Documentation

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.


The documentation for this class was generated from the following file: