Class MalwareScanResult
Result of Malware scan.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class MalwareScanResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ScanStatus
Status of the scan.
Declaration
[JsonProperty("scanStatus")]
public virtual string ScanStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Verdict
Verdict of the scan.
Declaration
[JsonProperty("verdict")]
public virtual string Verdict { get; set; }
Property Value
| Type | Description |
|---|---|
| string |