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

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.ApiDimensionFilterGroup{
  filters: [GoogleApi.SearchConsole.V1.Model.ApiDimensionFilter.t()] | nil,
  groupType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.