Show / Hide Table of Contents

Class SimpleSegment

A Simple segment conditions consist of one or more dimension/metric conditions that can be combined.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX