updateMask property

String? updateMask
getter/setter pair

Only values named in this mask are changed.

At least one field must be specified. The root info is implied and should not be specified. A single "*" can be used as short-hand for updating every field.

Required.

Implementation

core.String? updateMask;