excludedUris property

List<String>? excludedUris
getter/setter pair

Contains the excluded URIs that apply to the host part of the name.

The value can be a hostname or a domain with a leading period (like .example.com)

Implementation

core.List<core.String>? excludedUris;