GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse constructor
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse({
- List<
GoogleSecuritySafebrowsingV4ThreatEntrySet> ? additions, - GoogleSecuritySafebrowsingV4Checksum? checksum,
- String? newClientState,
- String? platformType,
- List<
GoogleSecuritySafebrowsingV4ThreatEntrySet> ? removals, - String? responseType,
- String? threatEntryType,
- String? threatType,
Implementation
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse({
this.additions,
this.checksum,
this.newClientState,
this.platformType,
this.removals,
this.responseType,
this.threatEntryType,
this.threatType,
});