suggestedInsertionIds property

List<String>? suggestedInsertionIds
getter/setter pair

IDs for suggestions that insert this date into the document.

A DateElement 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 date isn't a suggested insertion.

Implementation

core.List<core.String>? suggestedInsertionIds;