Show / Hide Table of Contents

Class DynamicSegment

Dynamic segment definition for defining the segment within the request. A segment can select users, sessions or both.

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

Properties

ETag

The ETag of the item.

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

Name

The name of the dynamic segment.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SessionSegment

Session Segment to select sessions to include in the segment.

Declaration
[JsonProperty("sessionSegment")]
public virtual SegmentDefinition SessionSegment { get; set; }
Property Value
Type Description
SegmentDefinition

UserSegment

User Segment to select users to include in the segment.

Declaration
[JsonProperty("userSegment")]
public virtual SegmentDefinition UserSegment { get; set; }
Property Value
Type Description
SegmentDefinition

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX