CreateThreatIntelSetResponse constructor

CreateThreatIntelSetResponse({
  1. required String threatIntelSetId,
})

Implementation

CreateThreatIntelSetResponse({
  required this.threatIntelSetId,
});