1namespace Seafile { 2 3public class WebAccess : Object { 4 public string repo_id { set; get; } 5 public string obj_id { set; get; } 6 public string op { set; get; } 7 public string username { set; get; } 8} 9 10} 11