namespace WireMock.Admin.Mappings { /// /// UrlModel /// public class UrlModel { /// /// Gets or sets the matchers. /// public MatcherModel[] Matchers { get; set; } ///// ///// Gets or sets the functions. ///// //public string[] Funcs { get; set; } } }