PrivateServiceConnectConfig constructor

PrivateServiceConnectConfig({
  1. String? effectiveUnreachableCidrBlock,
  2. String? networkAttachment,
  3. String? unreachableCidrBlock,
})

Implementation

PrivateServiceConnectConfig({
  this.effectiveUnreachableCidrBlock,
  this.networkAttachment,
  this.unreachableCidrBlock,
});