namespace Seafile { public class ShareLinkInfo : Object { public string repo_id { set; get; } public string file_path { set; get; } public string parent_dir { set; get; } public string share_type { set; get; } } }