domains property

List<String>? domains
getter/setter pair

The list of domains represented in this publisher profile.

Empty if this is a parent profile. These are top private domains, meaning that these will not contain a string like "photos.google.co.uk/123", but will instead contain "google.co.uk".

Implementation

core.List<core.String>? domains;