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