SecurityHealthAnalyticsCustomModule constructor
      
      SecurityHealthAnalyticsCustomModule({ 
    
    
- CustomConfig? config,
- String? displayName,
- String? id,
- String? moduleEnablementState,
Implementation
SecurityHealthAnalyticsCustomModule({
  this.config,
  this.displayName,
  this.id,
  this.moduleEnablementState,
});