preferredDomains property

List<String>? preferredDomains
getter/setter pair

Specifies domains to restrict search results to.

Example: "example.com", "another.site". A maximum of 20 domains can be specified.

Optional.

Implementation

core.List<core.String>? preferredDomains;