updateMask property

String? updateMask
getter/setter pair

Optional but strongly recommended to be provided for the best service experience.

If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

Implementation

core.String? updateMask;