Class GrpcShapeMatchData

Namespace
ProtoTest.Grpc
Assembly
ProtoTest.Grpc.dll

Shape-match data attached to a grpc.contract.shape observation.

public sealed record GrpcShapeMatchData : IEquatable<GrpcShapeMatchData>
Inheritance
GrpcShapeMatchData
Implements
Inherited Members
Extension Methods

Constructors

GrpcShapeMatchData(Type, IReadOnlyList<string>)

Shape-match data attached to a grpc.contract.shape observation.

public GrpcShapeMatchData(Type MessageType, IReadOnlyList<string> MatchedProperties)

Parameters

MessageType Type
MatchedProperties IReadOnlyList<string>

Properties

MatchedProperties

public IReadOnlyList<string> MatchedProperties { get; init; }

Property Value

IReadOnlyList<string>

MessageType

public Type MessageType { get; init; }

Property Value

Type