Google Slides · JSON Structure

Google Slides Insert Table Columns Request Structure

Type: object Properties: 3
CollaborationGoogle WorkspacePresentationsProductivitySlides

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

Properties

tableObjectId insertRight number

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InsertTableColumnsRequest",
  "type": "object",
  "properties": {
    "tableObjectId": {
      "type": "string"
    },
    "insertRight": {
      "type": "boolean"
    },
    "number": {
      "type": "integer"
    }
  }
}