Class DescribeNodeCommandResponse
Response for DescribeNode
public sealed class DescribeNodeCommandResponse : ICommandResponse<DescribeNodeCommandSettings>, ICommandResponse
- Inheritance
-
DescribeNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Node
Gets or sets the node
[JsonPropertyName("node")]
public Node Node { get; set; }