google_api_analytics_reporting v0.1.0 GoogleApi.AnalyticsReporting.V4.Model.MetricFilter View Source

MetricFilter specifies the filter on a metric.

Attributes

  • comparisonValue (String.t): The value to compare against. Defaults to: null.
  • metricName (String.t): The metric that will be filtered on. A metricFilter must contain a metric name. A metric name can be an alias earlier defined as a metric or it can also be a metric expression. Defaults to: null.
  • not (boolean()): Logical `NOT` operator. If this boolean is set to true, then the matching metric values will be excluded in the report. The default is false. Defaults to: null.
  • operator (String.t): Is the metric `EQUAL`, `LESS_THAN` or `GREATER_THAN` the comparisonValue, the default is `EQUAL`. If the operator is `IS_MISSING`, checks if the metric is missing and would ignore the comparisonValue. Defaults to: null.

    • Enum - one of [OPERATOR_UNSPECIFIED, EQUAL, LESS_THAN, GREATER_THAN, IS_MISSING]

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.MetricFilter{
  comparisonValue: any(),
  metricName: any(),
  not: any(),
  operator: any()
}

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.