mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-18 08:07:09 +01:00
14 lines
314 B
C#
14 lines
314 B
C#
namespace WireMock.Admin.Mappings
|
|
{
|
|
/// <summary>
|
|
/// The Webhook
|
|
/// </summary>
|
|
[FluentBuilder.AutoGenerateBuilder]
|
|
public class WebhookModel
|
|
{
|
|
/// <summary>
|
|
/// The Webhook Request.
|
|
/// </summary>
|
|
public WebhookRequestModel Request { get; set; }
|
|
}
|
|
} |