namespace Model { public class AttachSourceItems { /// /// /// public string folder { get; set; } /// /// /// public string id { get; set; } /// /// /// public string name { get; set; } /// /// /// public string savedName { get; set; } /// /// /// public int size { get; set; } /// /// /// public string type { get; set; } } }