action property
The action taken on the file (eg.
added, modified, deleted).
Output only. Possible string values are:
- "ACTION_UNSPECIFIED" : Unspecified.
- "ADDED" : The file was added.
- "MODIFIED" : The file was modified.
- "DELETED" : The file was deleted.
Implementation
core.String? action;