google_api_analytics_reporting v0.8.0 GoogleApi.AnalyticsReporting.V4.Model.SegmentFilterClause 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

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.