Class PactInteraction
- Namespace
- Kuestenlogik.Bowire.Contracts
- Assembly
- Kuestenlogik.Bowire.Contracts.dll
public sealed class PactInteraction
- Inheritance
-
PactInteraction
- Inherited Members
Constructors
PactInteraction()
public PactInteraction()
Properties
Description
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
Request
[JsonPropertyName("request")]
public PactRequest Request { get; set; }
Property Value
Response
[JsonPropertyName("response")]
public PactResponse Response { get; set; }