Show / Hide Table of Contents

Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest

Describes a Safe Browsing API update request. Clients can request updates for multiple lists in a single request. The server may not respond to all requests, if the server has no updates for that list. NOTE: Field index 2 is unused. NEXT: 5

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

Properties

Client

The client metadata.

Declaration
[JsonProperty("client")]
public virtual GoogleSecuritySafebrowsingV4ClientInfo Client { get; set; }
Property Value
Type Description
GoogleSecuritySafebrowsingV4ClientInfo

ETag

The ETag of the item.

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

ListUpdateRequests

The requested threat list updates.

Declaration
[JsonProperty("listUpdateRequests")]
public virtual IList<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest> ListUpdateRequests { get; set; }
Property Value
Type Description
IList<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX