Google Docs · Schema

Document

A Google Docs document. The Document resource represents the full content and metadata of a document.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
documentId string Output only. The ID of the document.
title string The title of the document.
tabs array Tabs that are part of a document. Tabs can contain child tabs, creating a nested tab structure.
revisionId string Output only. The revision ID of the document. Can be used in update requests to specify which revision of a document to apply updates to, and how the request should behave if the document has been edi
headers object Output only. The headers in the document, keyed by header ID.
footers object Output only. The footers in the document, keyed by footer ID.
footnotes object Output only. The footnotes in the document, keyed by footnote ID.
suggestedDocumentStyleChanges object Output only. The suggested changes to the style of the document, keyed by suggestion ID.
suggestedNamedStylesChanges object Output only. The suggested changes to the named styles of the document, keyed by suggestion ID.
lists object Output only. The lists in the document, keyed by list ID.
namedRanges object Output only. The named ranges in the document, keyed by name.
inlineObjects object Output only. The inline objects in the document, keyed by object ID.
positionedObjects object Output only. The positioned objects in the document, keyed by object ID.
View JSON Schema on GitHub