Show / Hide Table of Contents

Class SegmentSequenceStep

A segment sequence definition.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX