Google Docs API (docs:v1)

2024-07-19

1 updated method

Updates

    Methods
  • docs.documents.get

      Parameters:

        includeTabsContent

          Description: Whether to populate the Document.tabs field instead of the text content fields like body and documentStyle on Document. - When `True`: Document content populates in the Document.tabs field instead of the text content fields in Document. - When `False`: The content of the document's first tab populates the content fields in Document excluding Document.tabs. If a document has only one tab, then that tab is used to populate the document content. Document.tabs will be empty.

          Location: query

          Type: boolean