Class MoveToCommandResponse
Response for Moves node into the new container, places it before the given anchor.
public sealed class MoveToCommandResponse : ICommandResponse<MoveToCommandSettings>, ICommandResponse
- Inheritance
-
MoveToCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
New id of the moved node.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }