Class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ListUpdateResponses
The list updates requested by the clients. The number of responses here may be less than the number of requests sent by clients. This is the case, for example, if the server has no updates for a particular list.
Declaration
[JsonProperty("listUpdateResponses")]
public virtual IList<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse> ListUpdateResponses { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse> |
MinimumWaitDuration
The minimum duration the client must wait before issuing any update request. If this field is not set clients may update as soon as they want.
Declaration
[JsonProperty("minimumWaitDuration")]
public virtual object MinimumWaitDuration { get; set; }
Property Value
Type | Description |
---|---|
object |