Google Docs · Schema

InsertTableRequest

Inserts a table at the specified location.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
rows integer The number of rows in the table.
columns integer The number of columns in the table.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-insert-table-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsertTableRequest",
  "type": "object",
  "description": "Inserts a table at the specified location.",
  "properties": {
    "rows": {
      "type": "integer",
      "description": "The number of rows in the table."
    },
    "columns": {
      "type": "integer",
      "description": "The number of columns in the table."
    }
  }
}