google_api_gmail v0.1.0 GoogleApi.Gmail.V1.Model.FilterCriteria View Source
Message matching criteria.
Attributes
- excludeChats (boolean()): Whether the response should exclude chats. Defaults to:
null
. - from (String.t): The sender's display name or email address. Defaults to:
null
. - hasAttachment (boolean()): Whether the message has any attachment. Defaults to:
null
. - negatedQuery (String.t): 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". Defaults to:
null
. - query (String.t): 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". Defaults to:
null
. - size (integer()): The size of the entire RFC822 message in bytes, including all headers and attachments. Defaults to:
null
. sizeComparison (String.t): How the message size in bytes should be in relation to the size field. Defaults to:
null
.- Enum - one of [larger, smaller, unspecified]
- subject (String.t): Case-insensitive phrase found in the message's subject. Trailing and leading whitespace are be trimmed and adjacent spaces are collapsed. Defaults to:
null
. - to (String.t): 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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.