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