RAPP Platform API
|
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... | |
Email Fetch Cloud Response object. EmailFetch.Response
Definition at line 72 of file EmailFetch.py.
def RappCloud.CloudMsgs.EmailFetch.EmailFetch.Response.__init__ | ( | self, | |
kwargs | |||
) |
Constructor.
Definition at line 77 of file EmailFetch.py.
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.