Google Docs · Example Payload

Google Docs V1 Table Row Example

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Google Docs V1 Table Row Example is an example object payload from Google Docs, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

startIndexendIndextableCellssuggestedInsertionIdssuggestedDeletionIdssuggestedTableRowStyleChanges

Example Payload

Raw ↑
{
  "startIndex": 10,
  "endIndex": 10,
  "tableCells": [],
  "suggestedInsertionIds": [],
  "suggestedDeletionIds": [],
  "suggestedTableRowStyleChanges": "example_value"
}