GoogleCloudIntegrationsV1alphaChangeCustomerConfigRequest constructor

GoogleCloudIntegrationsV1alphaChangeCustomerConfigRequest({
  1. GoogleCloudIntegrationsV1alphaCustomerConfig? customerConfig,
  2. String? updateMask,
})

Implementation

GoogleCloudIntegrationsV1alphaChangeCustomerConfigRequest({
  this.customerConfig,
  this.updateMask,
});