Class SegmentDefinition
SegmentDefinition defines the segment to be a set of SegmentFilters which are combined together with a logical
AND
operation.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SegmentDefinition : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SegmentFilters
A segment is defined by a set of segment filters which are combined together with a logical AND
operation.
Declaration
[JsonProperty("segmentFilters")]
public virtual IList<SegmentFilter> SegmentFilters { get; set; }
Property Value
Type | Description |
---|---|
IList<SegmentFilter> |