google_api_sheets v0.19.0 GoogleApi.Sheets.V4.Model.BatchUpdateValuesByDataFilterRequest View Source

The request for updating more than one range of values in a spreadsheet.

Attributes

  • data (type: list(GoogleApi.Sheets.V4.Model.DataFilterValueRange.t), default: nil) - The new values to apply to the spreadsheet. If more than one range is matched by the specified DataFilter the specified values are applied to all of those ranges.
  • 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. 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).
  • 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 DateTimeRenderOption.SERIAL_NUMBER.
  • responseValueRenderOption (type: String.t, default: nil) - Determines how values in the response should be rendered. The default render option is ValueRenderOption.FORMATTED_VALUE.
  • valueInputOption (type: String.t, default: nil) - How the input data should be interpreted.

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() :: %GoogleApi.Sheets.V4.Model.BatchUpdateValuesByDataFilterRequest{
  data: [GoogleApi.Sheets.V4.Model.DataFilterValueRange.t()],
  includeValuesInResponse: boolean(),
  responseDateTimeRenderOption: String.t(),
  responseValueRenderOption: String.t(),
  valueInputOption: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.