Class GetHighlightObjectForTestResult
public sealed record GetHighlightObjectForTestResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetHighlightObjectForTestResult>
- Inheritance
-
EmptyResultGetHighlightObjectForTestResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
GetHighlightObjectForTestResult(JsonElement)
public GetHighlightObjectForTestResult(JsonElement Highlight)
Parameters
HighlightJsonElementHighlight data for the node.
Properties
Highlight
Highlight data for the node.
public JsonElement Highlight { get; init; }