GoogleApi.SearchConsole.V1.Model.ApiDimensionFilterGroup (google_api_search_console v0.16.0) View Source

A set of dimension value filters to test against each row. Only rows that pass all filter groups will be returned. All results within a filter group are either AND'ed or OR'ed together, depending on the group type selected. All filter groups are AND'ed together.

Attributes

  • filters (type: list(GoogleApi.SearchConsole.V1.Model.ApiDimensionFilter.t), default: nil) -
  • groupType (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.ApiDimensionFilterGroup{
  filters: [GoogleApi.SearchConsole.V1.Model.ApiDimensionFilter.t()] | nil,
  groupType: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.