Class SimpleSegment
A Simple segment conditions consist of one or more dimension/metric conditions that can be combined.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SimpleSegment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OrFiltersForSegment
A list of segment filters groups which are combined with logical AND operator.
Declaration
[JsonProperty("orFiltersForSegment")]
public virtual IList<OrFiltersForSegment> OrFiltersForSegment { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<OrFiltersForSegment> |