propertyTransforms property
The transforms to perform on the entity.
This field can be set only when the operation is insert, update, or
upsert. If present, the transforms are be applied to the entity
regardless of the property mask, in order, after the operation.
Optional.
Implementation
core.List<PropertyTransform>? propertyTransforms;