GoogleCloudAiplatformV1PrivateServiceConnectConfig constructor

GoogleCloudAiplatformV1PrivateServiceConnectConfig({
  1. bool? enablePrivateServiceConnect,
  2. List<String>? projectAllowlist,
  3. String? serviceAttachment,
})

Implementation

GoogleCloudAiplatformV1PrivateServiceConnectConfig({
  this.enablePrivateServiceConnect,
  this.projectAllowlist,
  this.serviceAttachment,
});