google_api_analytics_reporting v0.0.1 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[MetricFilter]): The repeated set of filters. They are logically combined based on the operator specified. Defaults to:
null. operator (String): The operator for combining multiple metric filters. If unspecified, it is treated as an `OR`. Defaults to:
null.- Enum - one of [OPERATOR_UNSPECIFIED, OR, AND]