Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4ThreatMatch

A match when checking a threat entry in the Safe Browsing threat lists.

Inheritance
object
GoogleSecuritySafebrowsingV4ThreatMatch
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 GoogleSecuritySafebrowsingV4ThreatMatch : IDirectResponseSchema

Properties

CacheDuration

The cache lifetime for the returned match. Clients must not cache this response for more than this duration to avoid false positives.

Declaration
[JsonProperty("cacheDuration")]
public virtual object CacheDuration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PlatformType

The platform type matching this threat.

Declaration
[JsonProperty("platformType")]
public virtual string PlatformType { get; set; }
Property Value
Type Description
string

Threat

The threat matching this threat.

Declaration
[JsonProperty("threat")]
public virtual GoogleSecuritySafebrowsingV4ThreatEntry Threat { get; set; }
Property Value
Type Description
GoogleSecuritySafebrowsingV4ThreatEntry

ThreatEntryMetadata

Optional metadata associated with this threat.

Declaration
[JsonProperty("threatEntryMetadata")]
public virtual GoogleSecuritySafebrowsingV4ThreatEntryMetadata ThreatEntryMetadata { get; set; }
Property Value
Type Description
GoogleSecuritySafebrowsingV4ThreatEntryMetadata

ThreatEntryType

The threat entry type matching this threat.

Declaration
[JsonProperty("threatEntryType")]
public virtual string ThreatEntryType { get; set; }
Property Value
Type Description
string

ThreatType

The threat type matching this threat.

Declaration
[JsonProperty("threatType")]
public virtual string ThreatType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX