exclusionPatterns property

List<String>? exclusionPatterns
final

A list of regular expression patterns that apply to the path on Google Drive. Items that match the pattern are excluded from the index from both shared drives and users' My Drives. Items that don't match the pattern are included in the index. If an item matches both an exclusion pattern and an inclusion pattern, it is excluded from the index.

Implementation

final List<String>? exclusionPatterns;