Class ApiDimensionFilterGroup
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.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class ApiDimensionFilterGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Filters
Optional. A list of single-value filters in this group.
Declaration
[JsonProperty("filters")]
public virtual IList<ApiDimensionFilter> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ApiDimensionFilter> |
GroupType
Optional. The logic operator between filters of the same group.
Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |