PscConnection constructor

PscConnection({
  1. String? address,
  2. String? forwardingRule,
  3. String? network,
  4. String? projectId,
  5. String? pscConnectionId,
})

Implementation

PscConnection({
  this.address,
  this.forwardingRule,
  this.network,
  this.projectId,
  this.pscConnectionId,
});