google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.BatchUpdateValuesRequest View Source
The request for updating more than one range of values in a spreadsheet.
Attributes
- data ([ValueRange]): The new values to apply to the spreadsheet. Defaults to:
null
. - includeValuesInResponse (boolean()): 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 will contain the updated values. If the range to write was larger than than the range actually written, the response will include all values in the requested range (excluding trailing empty rows and columns). Defaults to:
null
. responseDateTimeRenderOption (String.t): 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 DateTimeRenderOption.SERIAL_NUMBER. Defaults to:
null
.- Enum - one of [SERIAL_NUMBER, FORMATTED_STRING]
responseValueRenderOption (String.t): Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE. Defaults to:
null
.- Enum - one of [FORMATTED_VALUE, UNFORMATTED_VALUE, FORMULA]
valueInputOption (String.t): How the input data should be interpreted. Defaults to:
null
.- Enum - one of [INPUT_VALUE_OPTION_UNSPECIFIED, RAW, USER_ENTERED]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateValuesRequest{
data: [GoogleApi.Sheets.V4.Model.ValueRange.t()],
includeValuesInResponse: any(),
responseDateTimeRenderOption: any(),
responseValueRenderOption: any(),
valueInputOption: any()
}
t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateValuesRequest{ data: [GoogleApi.Sheets.V4.Model.ValueRange.t()], includeValuesInResponse: any(), responseDateTimeRenderOption: any(), responseValueRenderOption: any(), valueInputOption: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.