refactoring
This commit is contained in:
15
Yavsc/Models/Google/Calendar/Reminder.cs
Normal file
15
Yavsc/Models/Google/Calendar/Reminder.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace Yavsc.Models.Google.Calendar
|
||||
{
|
||||
public class Reminder {
|
||||
/// <summary>
|
||||
/// Gets or sets the method.
|
||||
/// </summary>
|
||||
/// <value>The method.</value>
|
||||
public string method { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the minutes.
|
||||
/// </summary>
|
||||
/// <value>The minutes.</value>
|
||||
public int minutes { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user