Google Slides · Schema

ReplaceAllShapesWithSheetsChartResponse

The result of replacing shapes with a Sheets chart.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
occurrencesChanged integer The number of shapes replaced.
View JSON Schema on GitHub

JSON Schema

google-slides-replace-all-shapes-with-sheets-chart-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReplaceAllShapesWithSheetsChartResponse",
  "type": "object",
  "description": "The result of replacing shapes with a Sheets chart.",
  "properties": {
    "occurrencesChanged": {
      "type": "integer",
      "description": "The number of shapes replaced."
    }
  }
}