Class GetElementByRelationCommandResponse
Response for Returns the NodeId of the matched element according to certain relations.
public sealed class GetElementByRelationCommandResponse : ICommandResponse<GetElementByRelationCommandSettings>, ICommandResponse
- Inheritance
-
GetElementByRelationCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
NodeId
NodeId of the element matching the queried relation.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }