Google Slides · Schema

UpdateTableCellPropertiesRequest

Update the properties of a TableCell.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string The object ID of the table.
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-slides-update-table-cell-properties-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateTableCellPropertiesRequest",
  "type": "object",
  "description": "Update the properties of a TableCell.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The object ID of the table."
    },
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}