mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-04-28 11:24:48 +00:00
11 lines
227 B
Vala
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; }
|
||
|
}
|
||
|
|
||
|
}
|