Class ComputerUseScreenshotInfo
public class ComputerUseScreenshotInfo : IComputerUseResult
- Inheritance
-
objectComputerUseScreenshotInfo
- Implements
Properties
FileId
Optional. The identifier of an uploaded file that contains the screenshot.
public string FileId { get; set; }
Property Value
- string
ImageUrl
Optional. The URL of the screenshot image.
public string ImageUrl { get; set; }
Property Value
- string
Type
Required. Specifies the event type. For a computer screenshot, this property is always set to computer_screenshot.
public string Type { get; set; }
Property Value
- string