google_api_analytics_reporting v0.1.0 GoogleApi.AnalyticsReporting.V4.Model.DimensionFilterClause View Source
A group of dimension filters. Set the operator value to specify how the filters are logically combined.
Attributes
- filters ([DimensionFilter]): The repeated set of filters. They are logically combined based on the operator specified. Defaults to:
null
. operator (String.t): The operator for combining multiple dimension filters. If unspecified, it is treated as an `OR`. Defaults to:
null
.- Enum - one of [OPERATOR_UNSPECIFIED, OR, AND]
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.DimensionFilterClause{ filters: [GoogleApi.AnalyticsReporting.V4.Model.DimensionFilter.t()], operator: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.