GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest constructor

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest({
  1. GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints? constraints,
  2. String? platformType,
  3. String? state,
  4. String? threatEntryType,
  5. String? threatType,
})

Implementation

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest({
  this.constraints,
  this.platformType,
  this.state,
  this.threatEntryType,
  this.threatType,
});