mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-31 14:13:02 +02:00
@@ -1,6 +1,4 @@
|
||||
// using System.Collections.Generic;
|
||||
|
||||
namespace WireMock.Admin.Mappings
|
||||
namespace WireMock.Admin.Mappings
|
||||
{
|
||||
/// <summary>
|
||||
/// Param Model
|
||||
@@ -12,19 +10,9 @@ namespace WireMock.Admin.Mappings
|
||||
/// </summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// Gets or sets the values.
|
||||
///// </summary>
|
||||
//public IList<string> Values { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the matchers.
|
||||
/// </summary>
|
||||
public MatcherModel[] Matchers { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// Gets or sets the functions.
|
||||
///// </summary>
|
||||
//public string[] Funcs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user