Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV5ThreatUrl

A URL matching one or more threats.

Inheritance
object
GoogleSecuritySafebrowsingV5ThreatUrl
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX