updateMask property

String? updateMask
getter/setter pair

A mask specifying which fields (e.g. gc_rule) in the update mod should be updated, ignored for other modification types.

If unset or empty, we treat it as updating gc_rule to be backward compatible.

Optional.

Implementation

core.String? updateMask;