GoogleCloudAiplatformV1NetworkSpec constructor

GoogleCloudAiplatformV1NetworkSpec({
  1. bool? enableInternetAccess,
  2. String? network,
  3. String? subnetwork,
})

Implementation

GoogleCloudAiplatformV1NetworkSpec({
  this.enableInternetAccess,
  this.network,
  this.subnetwork,
});