GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule constructor

GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule({
  1. String? ancestorModule,
  2. GoogleCloudSecuritycenterV1CustomConfig? customConfig,
  3. String? displayName,
  4. String? enablementState,
  5. String? lastEditor,
  6. String? name,
  7. String? updateTime,
})

Implementation

GoogleCloudSecuritycenterV1SecurityHealthAnalyticsCustomModule({
  this.ancestorModule,
  this.customConfig,
  this.displayName,
  this.enablementState,
  this.lastEditor,
  this.name,
  this.updateTime,
});