headingId property
The ID of a heading in this document.
Legacy field: Instead, set includeTabsContent to true
and use
Link.heading for read and write operations. This field is only returned
when includeTabsContent is set to false
in documents containing a single
tab and links to a heading within the singular tab. Otherwise,
Link.heading is returned. If this field is used in a write request, the
heading is considered to be from the tab ID specified in the request. If a
tab ID is not specified in the request, it is considered to be from the
first tab in the document.
Implementation
core.String? headingId;