Class GoogleSecuritySafebrowsingV5ThreatUrl
A URL matching one or more threats.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v5.Data
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class GoogleSecuritySafebrowsingV5ThreatUrl : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThreatTypes
Unordered list. The unordered list of threat that the URL is classified as.
Declaration
[JsonProperty("threatTypes")]
public virtual IList<string> ThreatTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Url
The requested URL that was matched by one or more threats.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |