Class ComputerScreenShot
public sealed class ComputerScreenShot
- Inheritance
-
ComputerScreenShot
- Inherited Members
Properties
FileId
The identifier of an uploaded file that contains the screenshot.
[JsonInclude]
[JsonPropertyName("file_id")]
public string FileId { get; }
Property Value
ImageUrl
The URL of the screenshot image.
[JsonInclude]
[JsonPropertyName("image_url")]
public string ImageUrl { get; }
Property Value
Type
Specifies the event type. For a computer screenshot, this property is always set to computer_screenshot
.
[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }