includeValuesInResponse property
Determines if the update response should include the values of the cells that were updated.
By default, responses do not include the updated values. The updatedData
field within each of the BatchUpdateValuesResponse.responses contains the
updated values. If the range to write was larger than the range actually
written, the response includes all values in the requested range
(excluding trailing empty rows and columns).
Implementation
core.bool? includeValuesInResponse;