Google Docs · Schema

UpdateTableRowStyleRequest

Updates the style of a table row.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
rowIndices array The list of zero-based row indices whose style should be updated.
fields string The fields that should be updated.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-update-table-row-style-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateTableRowStyleRequest",
  "type": "object",
  "description": "Updates the style of a table row.",
  "properties": {
    "rowIndices": {
      "type": "array",
      "description": "The list of zero-based row indices whose style should be updated."
    },
    "fields": {
      "type": "string",
      "description": "The fields that should be updated."
    }
  }
}