ListEffectiveEventThreatDetectionCustomModulesResponse constructor

ListEffectiveEventThreatDetectionCustomModulesResponse({
  1. List<EffectiveEventThreatDetectionCustomModule>? effectiveEventThreatDetectionCustomModules,
  2. String? nextPageToken,
})

Implementation

ListEffectiveEventThreatDetectionCustomModulesResponse({
  this.effectiveEventThreatDetectionCustomModules,
  this.nextPageToken,
});