includedDestinations property

List<String>? includedDestinations
getter/setter pair

The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center).

Default destinations are always included unless provided in excludedDestinations.

Implementation

core.List<core.String>? includedDestinations;