Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4ThreatInfo

The information regarding one or more threats that a client submits when checking for matches in threat lists.

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

Properties

ETag

The ETag of the item.

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

PlatformTypes

The platform types to be checked.

Declaration
[JsonProperty("platformTypes")]
public virtual IList<string> PlatformTypes { get; set; }
Property Value
Type Description
IList<string>

ThreatEntries

The threat entries to be checked.

Declaration
[JsonProperty("threatEntries")]
public virtual IList<GoogleSecuritySafebrowsingV4ThreatEntry> ThreatEntries { get; set; }
Property Value
Type Description
IList<GoogleSecuritySafebrowsingV4ThreatEntry>

ThreatEntryTypes

The entry types to be checked.

Declaration
[JsonProperty("threatEntryTypes")]
public virtual IList<string> ThreatEntryTypes { get; set; }
Property Value
Type Description
IList<string>

ThreatTypes

The threat types to be checked.

Declaration
[JsonProperty("threatTypes")]
public virtual IList<string> ThreatTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX