pub type DeleteFileRequest = FileRequest;
pub struct DeleteFileRequest { pub name: String, pub rest: Map<String, Value>, }
name: String
rest: Map<String, Value>