google_api_analytics_reporting v0.3.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 (GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter.t): Dimension Filter for the segment definition. Defaults to nil.
  • metricFilter (GoogleApi.AnalyticsReporting.V4.Model.SegmentMetricFilter.t): Metric Filter for the segment definition. Defaults to nil.
  • not (boolean()): Matches the complement (!) of the filter. Defaults to nil.

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.