View Source GoogleApi.Sheets.V4.Model.BatchUpdateValuesRequest (google_api_sheets v0.34.0)
The request for updating more than one range of values in a spreadsheet.
Attributes
-
data
(type:list(GoogleApi.Sheets.V4.Model.ValueRange.t)
, default:nil
) - The new values to apply to the spreadsheet. -
includeValuesInResponse
(type:boolean()
, default:nil
) - Determines if the update response should include the values of the cells that were updated. By default, responses do not include the updated values. TheupdatedData
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). -
responseDateTimeRenderOption
(type:String.t
, default:nil
) - Determines how dates, times, and durations in the response should be rendered. This is ignored if response_value_render_option is FORMATTED_VALUE. The default dateTime render option is SERIAL_NUMBER. -
responseValueRenderOption
(type:String.t
, default:nil
) - Determines how values in the response should be rendered. The default render option is FORMATTED_VALUE. -
valueInputOption
(type:String.t
, default:nil
) - How the input data should be interpreted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateValuesRequest{ data: [GoogleApi.Sheets.V4.Model.ValueRange.t()] | nil, includeValuesInResponse: boolean() | nil, responseDateTimeRenderOption: String.t() | nil, responseValueRenderOption: String.t() | nil, valueInputOption: String.t() | nil }