UserNotificationSubject public class UserNotificationSubject Documentation Code public string Latest_comment_url { get; set; } public string Title { get; set; } public string Type { get; set; } public string Url { get; set; } public UserNotificationSubject() public static UserNotificationSubject FromJson(string data) public string ToJson()