sites property

List<String>? sites
getter/setter pair

A list of site URLs to target in the pretargeting configuration.

These values will be added to the list of targeted URLs in PretargetingConfig.webTargeting.values.

Implementation

core.List<core.String>? sites;