suggestedInsertionIds property
IDs for suggestions that insert this person link into the document.
A Person might have multiple insertion IDs if it's a nested suggested change (a suggestion within a suggestion made by a different user, for example). If empty, then this person link isn't a suggested insertion.
Implementation
core.List<core.String>? suggestedInsertionIds;