google_api_gmail v0.1.0 GoogleApi.Gmail.V1.Model.Filter View Source
Resource definition for Gmail filters. Filters apply to specific messages instead of an entire email thread.
Attributes
- action (FilterAction): Action that the filter performs. Defaults to:
null
. - criteria (FilterCriteria): Matching criteria for the filter. Defaults to:
null
. - id (String.t): The server assigned ID of the filter. 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 type
t()
View Source
t()
View Source
t() :: %GoogleApi.Gmail.V1.Model.Filter{
action: GoogleApi.Gmail.V1.Model.FilterAction.t(),
criteria: GoogleApi.Gmail.V1.Model.FilterCriteria.t(),
id: any()
}
t() :: %GoogleApi.Gmail.V1.Model.Filter{ action: GoogleApi.Gmail.V1.Model.FilterAction.t(), criteria: GoogleApi.Gmail.V1.Model.FilterCriteria.t(), id: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.