Class UpdateScreenCommandResponse
Response for Updates specified screen parameters. Only supported in headless mode.
public sealed class UpdateScreenCommandResponse : ICommandResponse<UpdateScreenCommandSettings>, ICommandResponse
- Inheritance
-
UpdateScreenCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ScreenInfo
Gets or sets the screenInfo
[JsonPropertyName("screenInfo")]
public ScreenInfo ScreenInfo { get; set; }