GoogleSecuritySafebrowsingV4FindFullHashesResponse constructor
GoogleSecuritySafebrowsingV4FindFullHashesResponse({
- List<
GoogleSecuritySafebrowsingV4ThreatMatch> ? matches, - String? minimumWaitDuration,
- String? negativeCacheDuration,
Implementation
GoogleSecuritySafebrowsingV4FindFullHashesResponse({
this.matches,
this.minimumWaitDuration,
this.negativeCacheDuration,
});