google_api_analytics_reporting v0.0.1 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 (List[DimensionFilter]): The repeated set of filters. They are logically combined based on the operator specified. Defaults to: null.
  • operator (String): 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]