Show / Hide Table of Contents

Class SegmentFilterClause

Filter Clause to be used in a segment definition, can be wither a metric or a dimension filter.

Inheritance
object
SegmentFilterClause
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 SegmentFilterClause : IDirectResponseSchema

Properties

DimensionFilter

Dimension Filter for the segment definition.

Declaration
[JsonProperty("dimensionFilter")]
public virtual SegmentDimensionFilter DimensionFilter { get; set; }
Property Value
Type Description
SegmentDimensionFilter

ETag

The ETag of the item.

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

MetricFilter

Metric Filter for the segment definition.

Declaration
[JsonProperty("metricFilter")]
public virtual SegmentMetricFilter MetricFilter { get; set; }
Property Value
Type Description
SegmentMetricFilter

Not

Matches the complement (!) of the filter.

Declaration
[JsonProperty("not")]
public virtual bool? Not { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX