Class ScreenshotComputerAction
A screenshot action.
public sealed class ScreenshotComputerAction : IComputerAction
- Inheritance
-
ScreenshotComputerAction
- Implements
- Inherited Members
Constructors
ScreenshotComputerAction()
public ScreenshotComputerAction()
Properties
Type
Specifies the event type.For a screenshot action, this property is always set to screenshot
.
[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("type")]
public ComputerActionType Type { get; }