Show / Hide Table of Contents

Class OrFiltersForSegment

A list of segment filters in the OR group are combined with the logical OR operator.

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

Properties

ETag

The ETag of the item.

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

SegmentFilterClauses

List of segment filters to be combined with a OR operator.

Declaration
[JsonProperty("segmentFilterClauses")]
public virtual IList<SegmentFilterClause> SegmentFilterClauses { get; set; }
Property Value
Type Description
IList<SegmentFilterClause>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX