Skip to content

Commit 08e95b1

Browse files
Justin Poehneltlfelpi-google
andauthored
feat: add includeTabsContent option (#1604)
This is a part of an ongoing effort to update OnePlatform guides/documentation for the tabs feature. Co-authored-by: lfelpi-google <lfelpi@google.com>
1 parent bc9577f commit 08e95b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/output-json/output-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
)
4545

4646
# Do a document "get" request and print the results as formatted JSON
47-
result = service.documents().get(documentId=DOCUMENT_ID).execute()
47+
result = service.documents().get(documentId=DOCUMENT_ID, includeTabsContent=True).execute()
4848
print(json.dumps(result, indent=4, sort_keys=True))
4949
# [END output_json_python]

0 commit comments

Comments
 (0)