initial project commit
This commit is contained in:
13
Habitica.Todoist.Integration.Model/Todoist/SyncResponse.cs
Normal file
13
Habitica.Todoist.Integration.Model/Todoist/SyncResponse.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Habitica.Todoist.Integration.Model.Todoist
|
||||
{
|
||||
public class SyncResponse
|
||||
{
|
||||
public string Sync_token { get; set; }
|
||||
public bool Full_sync { get; set; }
|
||||
public List<Item> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user