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

string

Request

[JsonPropertyName("request")]
public PactRequest Request { get; set; }

Property Value

PactRequest

Response

[JsonPropertyName("response")]
public PactResponse Response { get; set; }

Property Value

PactResponse