GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork constructor

GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork({
  1. String? network,
  2. List<String>? networkTags,
  3. String? subNetwork,
})

Implementation

GoogleCloudDataplexV1TaskInfrastructureSpecVpcNetwork({
  this.network,
  this.networkTags,
  this.subNetwork,
});