Google Slides · JSON Structure

Google Slides Create Sheets Chart Request Structure

Type: object Properties: 4
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

objectId spreadsheetId chartId linkingMode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateSheetsChartRequest",
  "type": "object",
  "properties": {
    "objectId": {
      "type": "string"
    },
    "spreadsheetId": {
      "type": "string"
    },
    "chartId": {
      "type": "integer"
    },
    "linkingMode": {
      "type": "string"
    }
  }
}