mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-04-27 11:10:49 +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; }
|
|
}
|
|
|
|
}
|