Class PactResponse
- Namespace
- Kuestenlogik.Bowire.Contracts
- Assembly
- Kuestenlogik.Bowire.Contracts.dll
public sealed class PactResponse
- Inheritance
-
PactResponse
- Inherited Members
Constructors
PactResponse()
public PactResponse()
Properties
Body
[JsonPropertyName("body")]
public JsonNode? Body { get; set; }
Property Value
Headers
[JsonPropertyName("headers")]
public Dictionary<string, string>? Headers { get; init; }
Property Value
Status
[JsonPropertyName("status")]
public int Status { get; set; }