namespace ServiceClientGenerator.Endpoints.Tests { /// /// Object model for EndpointTests. /// public class EndpointTests { public string service { get; set; } public string version { get; set; } public Test[] testCases { get; set; } } }