filters property

List<String>? filters
final

An array of filters. Limited to 10 filters.

Format: ${attribute}:${value}, like brand:apple.

An event can’t have both objectIDs and filters at the same time.

Implementation

final List<String>? filters;