View Source GoogleApi.Gmail.V1.Model.Filter (google_api_gmail v0.15.0)
Resource definition for Gmail filters. Filters apply to specific messages instead of an entire email thread.
Attributes
-
action
(type:GoogleApi.Gmail.V1.Model.FilterAction.t
, default:nil
) - Action that the filter performs. -
criteria
(type:GoogleApi.Gmail.V1.Model.FilterCriteria.t
, default:nil
) - Matching criteria for the filter. -
id
(type:String.t
, default:nil
) - The server assigned ID of the filter.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Gmail.V1.Model.Filter{ action: GoogleApi.Gmail.V1.Model.FilterAction.t() | nil, criteria: GoogleApi.Gmail.V1.Model.FilterCriteria.t() | nil, id: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.