using System.Collections.Generic; namespace AssortGenerator.Models.Input { public class CustomisationRoot { public int err { get; set; } public object errmsg { get; set; } public List data { get; set; } } }