Show / Hide Table of Contents

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.

Inheritance
object
ApiDimensionFilterGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Declaration
[JsonProperty("filters")]
public virtual IList<ApiDimensionFilter> Filters { get; set; }
Property Value
Type Description
IList<ApiDimensionFilter>

GroupType

Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX