updateMask property

String? updateMask
getter/setter pair

A comma-separated list of names of fields in the Services to update.

Example: display_name. If this field is present, the update_mask field in the UpdateServiceRequest messages must all match this field, or the entire batch fails and no updates will be committed.

Optional.

Implementation

core.String? updateMask;