Google Slides · Schema

UnmergeTableCellsRequest

Unmerges cells in a Table.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the table.
View JSON Schema on GitHub

JSON Schema

google-slides-unmerge-table-cells-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UnmergeTableCellsRequest",
  "type": "object",
  "description": "Unmerges cells in a Table.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the table."
    }
  }
}