changeStatus property
Represents how the entity has been changed in the workspace. Possible string values are:
- "changeStatusUnspecified"
- "none" : The entity has never been changed.
- "added" : The entity is added to the workspace.
- "deleted" : The entity is deleted from the workspace.
- "updated" : The entity has been updated in the workspace.
Implementation
core.String? changeStatus;