@@ -511,8 +511,8 @@ public Get setDocumentId(java.lang.String documentId) {
511
511
}
512
512
513
513
/**
514
- * Whether to populate the Document.tabs field instead of the text content fields like body
515
- * and documentStyle on Document. - When `True`: Document content populates in the
514
+ * Whether to populate the Document.tabs field instead of the text content fields like ` body`
515
+ * and ` documentStyle` on Document. - When `True`: Document content populates in the
516
516
* Document.tabs field instead of the text content fields in Document. - When `False`: The
517
517
* content of the document's first tab populates the content fields in Document excluding
518
518
* Document.tabs. If a document has only one tab, then that tab is used to populate the
@@ -521,8 +521,8 @@ public Get setDocumentId(java.lang.String documentId) {
521
521
@ com .google .api .client .util .Key
522
522
private java .lang .Boolean includeTabsContent ;
523
523
524
- /** Whether to populate the Document.tabs field instead of the text content fields like body and
525
- documentStyle on Document. - When `True`: Document content populates in the Document.tabs field
524
+ /** Whether to populate the Document.tabs field instead of the text content fields like ` body` and
525
+ ` documentStyle` on Document. - When `True`: Document content populates in the Document.tabs field
526
526
instead of the text content fields in Document. - When `False`: The content of the document's first
527
527
tab populates the content fields in Document excluding Document.tabs. If a document has only one
528
528
tab, then that tab is used to populate the document content. Document.tabs will be empty.
@@ -532,8 +532,8 @@ public java.lang.Boolean getIncludeTabsContent() {
532
532
}
533
533
534
534
/**
535
- * Whether to populate the Document.tabs field instead of the text content fields like body
536
- * and documentStyle on Document. - When `True`: Document content populates in the
535
+ * Whether to populate the Document.tabs field instead of the text content fields like ` body`
536
+ * and ` documentStyle` on Document. - When `True`: Document content populates in the
537
537
* Document.tabs field instead of the text content fields in Document. - When `False`: The
538
538
* content of the document's first tab populates the content fields in Document excluding
539
539
* Document.tabs. If a document has only one tab, then that tab is used to populate the
0 commit comments