state property
Indicates the status of the file.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "ADDED" : The file has been newly added.
- "DELETED" : The file has been deleted.
- "MODIFIED" : The file has been modified.
- "HAS_CONFLICTS" : The file contains merge conflicts.
Implementation
core.String? state;