GetThreatIntelSetResponse constructor
GetThreatIntelSetResponse({
- required ThreatIntelSetFormat format,
- required String location,
- required String name,
- required ThreatIntelSetStatus status,
- Map<
String, String> ? tags,
Implementation
GetThreatIntelSetResponse({
required this.format,
required this.location,
required this.name,
required this.status,
this.tags,
});