SimulateSecurityHealthAnalyticsCustomModuleRequest constructor

SimulateSecurityHealthAnalyticsCustomModuleRequest({
  1. GoogleCloudSecuritycenterV1CustomConfig? customConfig,
  2. SimulatedResource? resource,
})

Implementation

SimulateSecurityHealthAnalyticsCustomModuleRequest({
  this.customConfig,
  this.resource,
});