Class GoogleSecuritySafebrowsingV4FindFullHashesResponse
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4FindFullHashesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Matches
The full hashes that matched the requested prefixes.
Declaration
[JsonProperty("matches")]
public virtual IList<GoogleSecuritySafebrowsingV4ThreatMatch> Matches { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleSecuritySafebrowsingV4ThreatMatch> |
MinimumWaitDuration
The minimum duration the client must wait before issuing any find hashes request. If this field is not set, clients can issue a request as soon as they want.
Declaration
[JsonProperty("minimumWaitDuration")]
public virtual object MinimumWaitDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
NegativeCacheDuration
For requested entities that did not match the threat list, how long to cache the response.
Declaration
[JsonProperty("negativeCacheDuration")]
public virtual object NegativeCacheDuration { get; set; }
Property Value
Type | Description |
---|---|
object |