View Source GoogleApi.AnalyticsReporting.V4.Model.SegmentFilterClause (google_api_analytics_reporting v0.18.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.