namespace WireMock.Admin.Mappings
{
///
/// Body Model
///
public class BodyModel
{
///
/// Gets or sets the matcher.
///
public MatcherModel Matcher { get; set; }
///
/// Gets or sets the matchers.
///
public MatcherModel[] Matchers { get; set; }
}
}