google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.MetricFilterClause View Source

Represents a group of metric filters. Set the operator value to specify how the filters are logically combined.

Attributes

  • filters (list(GoogleApi.AnalyticsReporting.V4.Model.MetricFilter.t)): The repeated set of filters. They are logically combined based on the operator specified. Defaults to nil.
  • operator (String.t): The operator for combining multiple metric filters. If unspecified, it is treated as an OR. 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.MetricFilterClause{
  filters: [GoogleApi.AnalyticsReporting.V4.Model.MetricFilter.t()],
  operator: String.t()
}

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.