Class SetNodeNameCommandResponse
Response for Sets node name for a node with given id.
public sealed class SetNodeNameCommandResponse : ICommandResponse<SetNodeNameCommandSettings>, ICommandResponse
- Inheritance
-
SetNodeNameCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
New node's id.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }