Mark items as deleted (recursively) but still keep them around
This commit is contained in:
@@ -25,6 +25,8 @@ message Entity {
|
||||
google.protobuf.Timestamp last_modified_time = 6;
|
||||
string mime_type = 7;
|
||||
string permissions = 8;
|
||||
uint64 type = 9;
|
||||
bool deleted = 10;
|
||||
}
|
||||
|
||||
message Match {
|
||||
|
||||
Reference in New Issue
Block a user