Class GoogleSecuritySafebrowsingV5FullHash
The full hash identified with one or more matches.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v5.Data
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class GoogleSecuritySafebrowsingV5FullHash : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullHash
The matching full hash. This is the SHA256 hash. The length will be exactly 32 bytes.
Declaration
[JsonProperty("fullHash")]
public virtual string FullHash { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullHashDetails
Unordered list. A repeated field identifying the details relevant to this full hash.
Declaration
[JsonProperty("fullHashDetails")]
public virtual IList<GoogleSecuritySafebrowsingV5FullHashFullHashDetail> FullHashDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleSecuritySafebrowsingV5FullHashFullHashDetail> |