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

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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.