GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule constructor

GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule({
  1. GoogleCloudSecuritycenterV1CustomConfig? customConfig,
  2. String? displayName,
  3. String? enablementState,
  4. String? name,
})

Implementation

GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule({
  this.customConfig,
  this.displayName,
  this.enablementState,
  this.name,
});