updateMask property

String? updateMask
getter/setter pair

Field mask is used to specify the fields to be overwritten in the Asset resource by the update.

The values specified in the update_mask field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.

Required.

Implementation

core.String? updateMask;