Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.76 KB

FilterCriteria.md

File metadata and controls

18 lines (14 loc) · 1.76 KB

FilterCriteria

Properties

Name Type Description Notes
exclude_chats bool Whether the response should exclude chats. [optional]
_from str The sender's display name or email address. [optional]
has_attachment bool Whether the message has any attachment. [optional]
negated_query str Only return messages not matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread". [optional]
query str Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid: is:unread". [optional]
size int The size of the entire RFC822 message in bytes, including all headers and attachments. [optional]
size_comparison str How the message size in bytes should be in relation to the size field. [optional]
subject str Case-insensitive phrase found in the message's subject. Trailing and leading whitespace are be trimmed and adjacent spaces are collapsed. [optional]
to str The recipient's display name or email address. Includes recipients in the "to", "cc", and "bcc" header fields. You can use simply the local part of the email address. For example, "example" and "example@" both match "example@gmail.com". This field is case-insensitive. [optional]

[Back to Model list] [Back to API list] [Back to README]