Class DimensionFilterClause
A group of dimension filters. Set the operator value to specify how the filters are logically combined.
Implements
Inherited Members
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 |