using System.Collections.Generic; public class DatasetSchema { public List<string> Info { get; set; } public string Name { get; set; } }