GoogleSecuritySafebrowsingV4ThreatHit constructor
GoogleSecuritySafebrowsingV4ThreatHit({
- GoogleSecuritySafebrowsingV4ClientInfo? clientInfo,
- GoogleSecuritySafebrowsingV4ThreatEntry? entry,
- String? platformType,
- List<
GoogleSecuritySafebrowsingV4ThreatHitThreatSource> ? resources, - String? threatType,
- GoogleSecuritySafebrowsingV4ThreatHitUserInfo? userInfo,
Implementation
GoogleSecuritySafebrowsingV4ThreatHit({
this.clientInfo,
this.entry,
this.platformType,
this.resources,
this.threatType,
this.userInfo,
});