using System; namespace Yavsc.Models.Google.Calendar { [Obsolete("use GoogleUse.Apis")] 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; } } }