Class GrpcShapeMatchData
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
MessageTypeTypeMatchedPropertiesIReadOnlyList<string>
Properties
MatchedProperties
public IReadOnlyList<string> MatchedProperties { get; init; }
Property Value
MessageType
public Type MessageType { get; init; }