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

JsonNode

Headers

[JsonPropertyName("headers")]
public Dictionary<string, string>? Headers { get; init; }

Property Value

Dictionary<string, string>

Status

[JsonPropertyName("status")]
public int Status { get; set; }

Property Value

int