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. For more information, see Included destination. Note: We recommend setting destinations on datasources level for most use cases. Use this field within products to only setup exceptions.

Implementation

core.List<core.String>? includedDestinations;