Class GetWindowForTargetCommandResponse
Response for GetWindowForTarget
public sealed class GetWindowForTargetCommandResponse : ICommandResponse<GetWindowForTargetCommandSettings>, ICommandResponse
- Inheritance
-
GetWindowForTargetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Bounds
Gets or sets the bounds
[JsonPropertyName("bounds")]
public Bounds Bounds { get; set; }
Property Value
WindowId
Gets or sets the windowId
[JsonPropertyName("windowId")]
public long WindowId { get; set; }