Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4ThreatHitThreatSource

A single resource related to a threat hit.

Inheritance
object
GoogleSecuritySafebrowsingV4ThreatHitThreatSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX