suggestedNamedStylesChanges property
The suggested changes to the named styles of the document, keyed by suggestion ID.
Legacy field: Instead, use
Document.tabs.documentTab.suggestedNamedStylesChanges, which exposes the
actual document content from all tabs when the includeTabsContent
parameter is set to true. If false or unset, this field contains
information about the first tab in the document.
Output only.
Implementation
core.Map<core.String, SuggestedNamedStyles>? suggestedNamedStylesChanges;