updateMask property

String? updateMask
getter/setter pair

Indicates which fields in the provided imported products to update.

If not set, all fields are updated. If provided, only the existing product fields are updated. Missing products will not be created.

Implementation

core.String? updateMask;