Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest

A single list update request.

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

Properties

Constraints

The constraints associated with this request.

Declaration
[JsonProperty("constraints")]
public virtual GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints Constraints { get; set; }
Property Value
Type Description
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints

ETag

The ETag of the item.

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

PlatformType

The type of platform at risk by entries present in the list.

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

State

The current state of the client for the requested list (the encrypted client state that was received from the last successful list update).

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

ThreatEntryType

The types of entries present in the list.

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

ThreatType

The type of threat posed by entries present in the list.

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