DnsThreatDetector constructor

DnsThreatDetector({
  1. String? createTime,
  2. List<String>? excludedNetworks,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? provider,
  6. String? updateTime,
})

Implementation

DnsThreatDetector({
  this.createTime,
  this.excludedNetworks,
  this.labels,
  this.name,
  this.provider,
  this.updateTime,
});