View Source GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest (google_api_sheets v0.34.0)

The request for updating any aspect of a spreadsheet.

Attributes

  • includeSpreadsheetInResponse (type: boolean(), default: nil) - Determines if the update response should include the spreadsheet resource.
  • requests (type: list(GoogleApi.Sheets.V4.Model.Request.t), default: nil) - A list of updates to apply to the spreadsheet. Requests will be applied in the order they are specified. If any request is not valid, no requests will be applied.
  • responseIncludeGridData (type: boolean(), default: nil) - True if grid data should be returned. Meaningful only if include_spreadsheet_in_response is 'true'. This parameter is ignored if a field mask was set in the request.
  • responseRanges (type: list(String.t), default: nil) - Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_in_response is 'true'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest{
  includeSpreadsheetInResponse: boolean() | nil,
  requests: [GoogleApi.Sheets.V4.Model.Request.t()] | nil,
  responseIncludeGridData: boolean() | nil,
  responseRanges: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.