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
Implements
Inherited Members
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> |