GetThreatIntelSetResponse constructor

GetThreatIntelSetResponse({
  1. required ThreatIntelSetFormat format,
  2. required String location,
  3. required String name,
  4. required ThreatIntelSetStatus status,
  5. Map<String, String>? tags,
})

Implementation

GetThreatIntelSetResponse({
  required this.format,
  required this.location,
  required this.name,
  required this.status,
  this.tags,
});