Google Sheets · JSON Structure

Google Sheets Batch Update Values By Data Filter Response Structure

Type: object Properties: 6
Google WorkspaceProductivitySpreadsheets

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

Properties

spreadsheetId totalUpdatedRows totalUpdatedColumns totalUpdatedCells totalUpdatedSheets responses

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BatchUpdateValuesByDataFilterResponse",
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string"
    },
    "totalUpdatedRows": {
      "type": "integer"
    },
    "totalUpdatedColumns": {
      "type": "integer"
    },
    "totalUpdatedCells": {
      "type": "integer"
    },
    "totalUpdatedSheets": {
      "type": "integer"
    },
    "responses": {
      "type": "array"
    }
  }
}