ListEventThreatDetectionCustomModulesResponse constructor

ListEventThreatDetectionCustomModulesResponse({
  1. List<EventThreatDetectionCustomModule>? eventThreatDetectionCustomModules,
  2. String? nextPageToken,
})

Implementation

ListEventThreatDetectionCustomModulesResponse({
  this.eventThreatDetectionCustomModules,
  this.nextPageToken,
});