includedDestinations property

List<String>? includedDestinations
getter/setter pair

The list of [destinations to include](//support.google.com/merchants/answer/7501026) 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;