Class PushNodeByPathToFrontendCommandResponse
Response for Requests that the node is sent to the caller given its path. // FIXME, use XPath
public sealed class PushNodeByPathToFrontendCommandResponse : ICommandResponse<PushNodeByPathToFrontendCommandSettings>, ICommandResponse
- Inheritance
-
PushNodeByPathToFrontendCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
Id of the node for given path.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }