GoogleCloudIntegrationsV1alphaClientConfig constructor

GoogleCloudIntegrationsV1alphaClientConfig({
  1. String? billingType,
  2. String? clientState,
  3. GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig,
  4. String? createTime,
  5. String? description,
  6. bool? enableVariableMasking,
  7. String? id,
  8. bool? isGmek,
  9. String? p4ServiceAccount,
  10. String? projectId,
  11. String? region,
  12. String? runAsServiceAccount,
})

Implementation

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