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