10 lines
178 B
C#
10 lines
178 B
C#
namespace JacRed.Models.Sync
|
|
{
|
|
public class RootObject
|
|
{
|
|
public bool nextread { get; set; }
|
|
|
|
public List<Collection> collections { get; set; }
|
|
}
|
|
}
|