Show / Hide Table of Contents

Class DimensionFilterClause

A group of dimension filters. Set the operator value to specify how the filters are logically combined.

Inheritance
object
DimensionFilterClause
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.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class DimensionFilterClause : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filters

The repeated set of filters. They are logically combined based on the operator specified.

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

Operator__

The operator for combining multiple dimension filters. If unspecified, it is treated as an OR.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX