ListEventThreatDetectionCustomModulesResponse constructor
ListEventThreatDetectionCustomModulesResponse({
- List<
EventThreatDetectionCustomModule> ? eventThreatDetectionCustomModules, - String? nextPageToken,
Implementation
ListEventThreatDetectionCustomModulesResponse({
this.eventThreatDetectionCustomModules,
this.nextPageToken,
});