Class GetHighlightObjectForTestCommandResponse
Response for For testing.
public sealed class GetHighlightObjectForTestCommandResponse : ICommandResponse<GetHighlightObjectForTestCommandSettings>, ICommandResponse
- Inheritance
-
GetHighlightObjectForTestCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Highlight
Highlight data for the node.
[JsonPropertyName("highlight")]
public object Highlight { get; set; }