legacyLocal property

bool? legacyLocal
getter/setter pair

Determines whether the product is only targeting local destinations and whether the product name should be distinguished with a local~ prefix.

For example, accounts/123/productInputs/local~en~US~sku123. If a product that is not legacy_local is already targeting local destinations, creating a legacy_local product with an otherwise matching name will fail.

Immutable.

Implementation

core.bool? legacyLocal;