GoogleCloudAiplatformV1DnsPeeringConfig constructor

GoogleCloudAiplatformV1DnsPeeringConfig({
  1. String? domain,
  2. String? targetNetwork,
  3. String? targetProject,
})

Implementation

GoogleCloudAiplatformV1DnsPeeringConfig({
  this.domain,
  this.targetNetwork,
  this.targetProject,
});