GoogleCloudIntegrationsV1alphaCustomerConfig constructor

GoogleCloudIntegrationsV1alphaCustomerConfig({
  1. GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig,
  2. bool? enableHttpCall,
  3. bool? enableManagedAiFeatures,
  4. bool? enableVariableMasking,
  5. String? runAsServiceAccount,
})

Implementation

GoogleCloudIntegrationsV1alphaCustomerConfig({
  this.cloudKmsConfig,
  this.enableHttpCall,
  this.enableManagedAiFeatures,
  this.enableVariableMasking,
  this.runAsServiceAccount,
});