namespace ElectronNET.API.Entities { public class Data { public string Text { get; set; } public string Html { get; set; } public string Rtf { get; set; } /// /// The title of the url at text. /// public string Bookmark { get; set; } } }