GoogleApi.AnalyticsReporting.V4.Model.SegmentFilterClause (google_api_analytics_reporting v0.17.0) View Source

Filter Clause to be used in a segment definition, can be wither a metric or a dimension filter.

Attributes

  • dimensionFilter (type: GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter.t, default: nil) - Dimension Filter for the segment definition.
  • metricFilter (type: GoogleApi.AnalyticsReporting.V4.Model.SegmentMetricFilter.t, default: nil) - Metric Filter for the segment definition.
  • not (type: boolean(), default: nil) - Matches the complement (!) of the filter.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AnalyticsReporting.V4.Model.SegmentFilterClause{
  dimensionFilter:
    GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter.t() | nil,
  metricFilter:
    GoogleApi.AnalyticsReporting.V4.Model.SegmentMetricFilter.t() | nil,
  not: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.