GoogleCloudIntegrationsV1alphaClientConfig constructor

GoogleCloudIntegrationsV1alphaClientConfig({
  1. String? billingType,
  2. String? clientState,
  3. GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig,
  4. String? createTime,
  5. GoogleCloudIntegrationsV1alphaCustomerConfig? customerConfig,
  6. String? description,
  7. bool? enableHttpCall,
  8. bool? enableInternalIp,
  9. bool? enableManagedAiFeatures,
  10. bool? enableVariableMasking,
  11. String? id,
  12. bool? isGmek,
  13. String? p4ServiceAccount,
  14. String? projectId,
  15. String? region,
  16. String? runAsServiceAccount,
})

Implementation

GoogleCloudIntegrationsV1alphaClientConfig({
  this.billingType,
  this.clientState,
  this.cloudKmsConfig,
  this.createTime,
  this.customerConfig,
  this.description,
  this.enableHttpCall,
  this.enableInternalIp,
  this.enableManagedAiFeatures,
  this.enableVariableMasking,
  this.id,
  this.isGmek,
  this.p4ServiceAccount,
  this.projectId,
  this.region,
  this.runAsServiceAccount,
});