propertyMask property

PropertyMask? propertyMask
getter/setter pair

The properties to write in this mutation.

None of the properties in the mask may have a reserved name, except for __key__. This field is ignored for delete. If the entity already exists, only properties referenced in the mask are updated, others are left untouched. Properties referenced in the mask but not in the entity are deleted.

Implementation

PropertyMask? propertyMask;