Class GetNodeForLocationCommandResponse
Response for GetNodeForLocation
public sealed class GetNodeForLocationCommandResponse : ICommandResponse<GetNodeForLocationCommandSettings>, ICommandResponse
- Inheritance
-
GetNodeForLocationCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
BackendNodeId
Gets or sets the backendNodeId
[JsonPropertyName("backendNodeId")]
public long BackendNodeId { get; set; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeId { get; set; }
Property Value
- long?