View Source GoogleApi.AnalyticsReporting.V4.Model.DimensionFilterClause (google_api_analytics_reporting v0.18.0)
A group of dimension filters. Set the operator value to specify how the filters are logically combined.
Attributes
-
filters
(type:list(GoogleApi.AnalyticsReporting.V4.Model.DimensionFilter.t)
, default:nil
) - The repeated set of filters. They are logically combined based on the operator specified. -
operator
(type:String.t
, default:nil
) - The operator for combining multiple dimension filters. If unspecified, it is treated as anOR
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.DimensionFilterClause{ filters: [GoogleApi.AnalyticsReporting.V4.Model.DimensionFilter.t()] | nil, operator: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.