Google Sheets · Schema

BatchUpdateSpreadsheetResponse

The reply for batch updating a spreadsheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
spreadsheetId string The spreadsheet the updates were applied to.
replies array The reply of the updates.
View JSON Schema on GitHub

JSON Schema

google-sheets-batch-update-spreadsheet-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchUpdateSpreadsheetResponse",
  "type": "object",
  "description": "The reply for batch updating a spreadsheet.",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "The spreadsheet the updates were applied to."
    },
    "replies": {
      "type": "array",
      "description": "The reply of the updates."
    }
  }
}