excludeDomains property

List<String>? excludeDomains
getter/setter pair

List of domains to be excluded from the search results.

The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].

Optional.

Implementation

core.List<core.String>? excludeDomains;