GoogleCloudWebriskV1SearchHashesResponseThreatHash constructor

GoogleCloudWebriskV1SearchHashesResponseThreatHash({
  1. String? expireTime,
  2. String? hash,
  3. List<String>? threatTypes,
})

Implementation

GoogleCloudWebriskV1SearchHashesResponseThreatHash({
  this.expireTime,
  this.hash,
  this.threatTypes,
});