GoogleCloudRunV2VpcAccess constructor

GoogleCloudRunV2VpcAccess({
  1. String? connector,
  2. String? egress,
  3. List<GoogleCloudRunV2NetworkInterface>? networkInterfaces,
})

Implementation

GoogleCloudRunV2VpcAccess({
  this.connector,
  this.egress,
  this.networkInterfaces,
});