Google Sheets · JSON Structure

Google Sheets Batch Update Spreadsheet Request Structure

Type: object Properties: 4
Google WorkspaceProductivitySpreadsheets

BatchUpdateSpreadsheetRequest is a JSON Structure definition published by Google Sheets, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

requests includeSpreadsheetInResponse responseRanges responseIncludeGridData

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BatchUpdateSpreadsheetRequest",
  "type": "object",
  "properties": {
    "requests": {
      "type": "array"
    },
    "includeSpreadsheetInResponse": {
      "type": "boolean"
    },
    "responseRanges": {
      "type": "array"
    },
    "responseIncludeGridData": {
      "type": "boolean"
    }
  }
}