state property
The state of the documentlink.
If target node has been deleted, the link is marked as invalid. Removing a source node will result in removal of all associated links. Possible string values are:
- "STATE_UNSPECIFIED" : Unknown state of documentlink.
- "ACTIVE" : The documentlink has both source and target documents detected.
- "SOFT_DELETED" : Target document is deleted, and mark the documentlink as soft-deleted.
Implementation
core.String? state;