Google Docs · Schema

UpdateTableCellStyleRequest

Updates the style of a range of table cells.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-update-table-cell-style-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateTableCellStyleRequest",
  "type": "object",
  "description": "Updates the style of a range of table cells.",
  "properties": {
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}