updateMask property
The list of parameters to be updated.
- If the
update_mask
is not specified, all the parameters from original execution will be ignored and only themodified_parameters
will be used. - It is an error to include a parameter in
update_mask
but not inmodified_parameters
. - Updating nested fields in a JSON parameter is not supported, please provide the complete JSON in themodified_parameters
.
Optional.
Implementation
core.String? updateMask;