GoogleApi.Gmail.V1.Model.Filter (google_api_gmail v0.17.0)
View SourceResource 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 }