values property

List<String>? values
getter/setter pair

List of facet values to ignore for the following time range.

The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 128 characters.

Implementation

core.List<core.String>? values;