excludeDomains property

List<String>? excludeDomains
getter/setter pair

List of domains to be excluded from the search results.

Example: "example.com". A maximum of 2000 domains can be excluded.

Optional.

Implementation

core.List<core.String>? excludeDomains;