Google Sheets · Schema

BatchClearValuesByDataFilterResponse

The response when clearing a range of values selected by DataFilters in a spreadsheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
spreadsheetId string The spreadsheet the updates were applied to.
clearedRanges array The ranges that were cleared, in A1 notation.
View JSON Schema on GitHub

JSON Schema

google-sheets-batch-clear-values-by-data-filter-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BatchClearValuesByDataFilterResponse",
  "type": "object",
  "description": "The response when clearing a range of values selected by DataFilters in a spreadsheet.",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "The spreadsheet the updates were applied to."
    },
    "clearedRanges": {
      "type": "array",
      "description": "The ranges that were cleared, in A1 notation."
    }
  }
}