Class GoogleSecuritySafebrowsingV4ThreatHitThreatSource
A single resource related to a threat hit.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4ThreatHitThreatSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Referrer
Referrer of the resource. Only set if the referrer is available.
Declaration
[JsonProperty("referrer")]
public virtual string Referrer { get; set; }
Property Value
Type | Description |
---|---|
string |
RemoteIp
The remote IP of the resource in ASCII format. Either IPv4 or IPv6.
Declaration
[JsonProperty("remoteIp")]
public virtual string RemoteIp { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of source reported.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
The URL of the resource.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |