PrivateServiceConnect constructor

PrivateServiceConnect({
  1. String? networkAttachment,
  2. bool? publicIpAddressDisabled,
  3. bool? routeAllTraffic,
})

Implementation

PrivateServiceConnect({
  this.networkAttachment,
  this.publicIpAddressDisabled,
  this.routeAllTraffic,
});