Google Slides · Schema

ReplaceAllShapesWithSheetsChartRequest

Replaces all shapes that match the given criteria with the provided Google Sheets chart.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
spreadsheetId string The ID of the Google Sheets spreadsheet.
chartId integer The ID of the specific chart in the Google Sheets spreadsheet.
linkingMode string The mode with which the chart is linked to the source spreadsheet.
pageObjectIds array If non-empty, limits to the given pages.
View JSON Schema on GitHub

JSON Schema

google-slides-replace-all-shapes-with-sheets-chart-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllShapesWithSheetsChartRequest",
  "type": "object",
  "description": "Replaces all shapes that match the given criteria with the provided Google Sheets chart.\n",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "The ID of the Google Sheets spreadsheet."
    },
    "chartId": {
      "type": "integer",
      "description": "The ID of the specific chart in the Google Sheets spreadsheet."
    },
    "linkingMode": {
      "type": "string",
      "description": "The mode with which the chart is linked to the source spreadsheet."
    },
    "pageObjectIds": {
      "type": "array",
      "description": "If non-empty, limits to the given pages."
    }
  }
}