class Google::Cloud::Webrisk::V1beta1::SearchHashesResponse::ThreatHash
Contains threat information on a matching hash. @!attribute [rw] threat_types
@return [Array<Google::Cloud::Webrisk::V1beta1::ThreatType>] The ThreatList this threat belongs to. This must contain at least one entry.
@!attribute [rw] hash
@return [String] A 32 byte SHA256 hash. This field is in binary format. For JSON requests, hashes are base64-encoded.
@!attribute [rw] expire_time
@return [Google::Protobuf::Timestamp] The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.