Show / Hide Table of Contents

Class ThreatSource

A single resource related to a threat hit.

Inheritance
System.Object
ThreatSource
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class ThreatSource : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Type

The type of source reported.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Url

The URL of the resource.

Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top