updateMask property

String? updateMask
getter/setter pair

The fields that should be updated.

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

Implementation

core.String? updateMask;