Class SegmentSequenceStep
A segment sequence definition.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SegmentSequenceStep : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchType
Specifies if the step immediately precedes or can be any time before the next step.
Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
Type | Description |
---|---|
string |
OrFiltersForSegment
A sequence is specified with a list of Or grouped filters which are combined with AND
operator.
Declaration
[JsonProperty("orFiltersForSegment")]
public virtual IList<OrFiltersForSegment> OrFiltersForSegment { get; set; }
Property Value
Type | Description |
---|---|
IList<OrFiltersForSegment> |