inclusionPatterns property

List<String>? inclusionPatterns
final

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

Implementation

final List<String>? inclusionPatterns;