namespace Yavsc.Models.Google.Calendar { public class Reminder { /// /// Gets or sets the method. /// /// The method. public string method { get; set; } /// /// Gets or sets the minutes. /// /// The minutes. public int minutes { get; set; } } }