Beamable SDK
Public Attributes | List of all members
Beamable.Common.Api.Mail.SearchMailResponseClause Class Reference

Each instance of SearchMailResponseClause aligns with an original SearchMailRequestClause instance. The SearchMailResponseClause contain the matching MailMessages that met the criteria defined in the request. More...

Public Attributes

int count
 The number of matching MailMessage. This will always be equal to the size of the MailMessage list, unless the original SearchMailRequestClause.onlyCount field was set to true.
 
string name
 The name of the original SearchMailRequestClause.name
 
List< MailMessagecontent
 The set of MailMessage that met the criteria. If the original SearchMailRequestClause.onlyCount field was set to true, this list will be empty.
 

Detailed Description

Each instance of SearchMailResponseClause aligns with an original SearchMailRequestClause instance. The SearchMailResponseClause contain the matching MailMessages that met the criteria defined in the request.


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