GoogleSecuritySafebrowsingV4FindFullHashesRequest constructor

GoogleSecuritySafebrowsingV4FindFullHashesRequest({
  1. GoogleSecuritySafebrowsingV4ClientInfo? apiClient,
  2. GoogleSecuritySafebrowsingV4ClientInfo? client,
  3. List<String>? clientStates,
  4. GoogleSecuritySafebrowsingV4ThreatInfo? threatInfo,
})

Implementation

GoogleSecuritySafebrowsingV4FindFullHashesRequest({
  this.apiClient,
  this.client,
  this.clientStates,
  this.threatInfo,
});