SecurityHealthAnalyticsCustomModule constructor

SecurityHealthAnalyticsCustomModule({
  1. CustomConfig? config,
  2. String? displayName,
  3. String? id,
  4. String? moduleEnablementState,
})

Implementation

SecurityHealthAnalyticsCustomModule({
  this.config,
  this.displayName,
  this.id,
  this.moduleEnablementState,
});