GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse constructor

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse({
  1. List<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>? listUpdateResponses,
  2. String? minimumWaitDuration,
})

Implementation

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse({
  this.listUpdateResponses,
  this.minimumWaitDuration,
});