Class GetGridHighlightObjectsForTestCommandResponse
Response for For Persistent Grid testing.
public sealed class GetGridHighlightObjectsForTestCommandResponse : ICommandResponse<GetGridHighlightObjectsForTestCommandSettings>, ICommandResponse
- Inheritance
-
GetGridHighlightObjectsForTestCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Highlights
Grid Highlight data for the node ids provided.
[JsonPropertyName("highlights")]
public object Highlights { get; set; }