GoogleApi.SearchConsole.V1.Model.ApiDimensionFilter (google_api_search_console v0.13.0) View Source

A filter test to be applied to each row in the data set, where a match can return the row. Filters are string comparisons, and values and dimension names are not case-sensitive. Individual filters are either AND'ed or OR'ed within their parent filter group, according to the group's group type. You do not need to group by a specified dimension to filter against it.

Attributes

  • dimension (type: String.t, default: nil) -
  • expression (type: String.t, default: nil) -
  • operator (type: String.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SearchConsole.V1.Model.ApiDimensionFilter{
  dimension: String.t(),
  expression: String.t(),
  operator: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.