google_api_analytics_reporting v0.2.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 (SegmentDimensionFilter): Dimension Filter for the segment definition. Defaults to:
null
. - metricFilter (SegmentMetricFilter): Metric Filter for the segment definition. Defaults to:
null
. - not (boolean()): Matches the complement (`!`) of the filter. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SegmentFilterClause{
dimensionFilter:
GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter.t(),
metricFilter: GoogleApi.AnalyticsReporting.V4.Model.SegmentMetricFilter.t(),
not: any()
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SegmentFilterClause{ dimensionFilter: GoogleApi.AnalyticsReporting.V4.Model.SegmentDimensionFilter.t(), metricFilter: GoogleApi.AnalyticsReporting.V4.Model.SegmentMetricFilter.t(), not: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.