GoogleCloudWebriskV1ComputeThreatListDiffResponse constructor
GoogleCloudWebriskV1ComputeThreatListDiffResponse({
- GoogleCloudWebriskV1ThreatEntryAdditions? additions,
- GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum? checksum,
- String? newVersionToken,
- String? recommendedNextDiff,
- GoogleCloudWebriskV1ThreatEntryRemovals? removals,
- String? responseType,
Implementation
GoogleCloudWebriskV1ComputeThreatListDiffResponse({
this.additions,
this.checksum,
this.newVersionToken,
this.recommendedNextDiff,
this.removals,
this.responseType,
});