mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-22 10:17:49 +01:00
* WithDescription * WithConsumer / WithProvider * x * . * . * . * . * fix * pact * nullable * ficx * . * fix
11 lines
207 B
C#
11 lines
207 B
C#
namespace WireMock.Pact.Models.V2
|
|
{
|
|
public class PactRust
|
|
{
|
|
public string Ffi { get; set; }
|
|
|
|
public string Mockserver { get; set; }
|
|
|
|
public string Models { get; set; }
|
|
}
|
|
} |