google_api_sheets v0.14.0 GoogleApi.Sheets.V4.Model.BatchUpdateValuesRequest View Source

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. 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).
  • 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.BatchUpdateValuesRequest{
  data: [GoogleApi.Sheets.V4.Model.ValueRange.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.