GoogleCloudIntegrationsV1alphaProjectProperties constructor

GoogleCloudIntegrationsV1alphaProjectProperties({
  1. String? billingType,
  2. String? ipEnablementState,
  3. List<String>? provisionedRegions,
})

Implementation

GoogleCloudIntegrationsV1alphaProjectProperties({
  this.billingType,
  this.ipEnablementState,
  this.provisionedRegions,
});