filter property

String? filter
getter/setter pair

Filter further on specific dimension values.

Follows the same grammar as custom report's filter expressions. Example, apiproxy eq 'foobar'. https://cloud.google.com/apigee/docs/api-platform/analytics/analytics-reference#filters

Implementation

core.String? filter;