1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-27 11:10:49 +00:00
seafile-server/lib/webaccess.vala
2016-08-19 13:54:16 +08:00

11 lines
227 B
Vala

namespace Seafile {
public class WebAccess : Object {
public string repo_id { set; get; }
public string obj_id { set; get; }
public string op { set; get; }
public string username { set; get; }
}
}