GoogleSecuritySafebrowsingV5HashList constructor
GoogleSecuritySafebrowsingV5HashList({
- GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit? additionsEightBytes,
- GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit? additionsFourBytes,
- GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit? additionsSixteenBytes,
- GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit? additionsThirtyTwoBytes,
- GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit? compressedRemovals,
- GoogleSecuritySafebrowsingV5HashListMetadata? metadata,
- String? minimumWaitDuration,
- String? name,
- bool? partialUpdate,
- String? sha256Checksum,
- String? version,
Implementation
GoogleSecuritySafebrowsingV5HashList({
this.additionsEightBytes,
this.additionsFourBytes,
this.additionsSixteenBytes,
this.additionsThirtyTwoBytes,
this.compressedRemovals,
this.metadata,
this.minimumWaitDuration,
this.name,
this.partialUpdate,
this.sha256Checksum,
this.version,
});