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

Public Member Functions

def __init__
 Constructor. More...
 

Public Attributes

 emails
 An array of emailEntry objects, where emailEntry is of structure: {sender: '', receivers: [], date: '', body: '', attachments: []}. More...
 
 error
 Error message. More...
 

Detailed Description

Email Fetch Cloud Response object.

EmailFetch.Response

Definition at line 72 of file EmailFetch.py.

Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 77 of file EmailFetch.py.

Member Data Documentation

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Response.emails

An array of emailEntry objects, where emailEntry is of structure: {sender: '', receivers: [], date: '', body: '', attachments: []}.

Definition at line 90 of file EmailFetch.py.

RappCloud.CloudMsgs.EmailFetch.EmailFetch.Response.error

Error message.

Definition at line 87 of file EmailFetch.py.


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