filter property

Map<String, String>? filter
final

One or more filters to apply in the request. Restrictions:

  • Any number of filters by the same dimension, as specified in the GroupBy parameter.
  • A single filter for any other dimension in this dimension group.

Implementation

final Map<String, String>? filter;