Show / Hide Table of Contents

Class MetricFilterClause

Represents a group of metric filters. Set the operator value to specify how the filters are logically combined.

Inheritance
object
MetricFilterClause
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX