Class MetricFilterClause
Represents a group of metric 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 MetricFilterClause : 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<MetricFilter> Filters { get; set; }
Property Value
Type | Description |
---|---|
IList<MetricFilter> |
Operator__
The operator for combining multiple metric filters. If unspecified, it is treated as an OR
.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |