Class SegmentFilterClause
Filter Clause to be used in a segment definition, can be wither a metric or a dimension filter.
Implements
Inherited Members
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? |