PrivateConnection constructor
      
      PrivateConnection({})
     
    
    
Implementation
PrivateConnection({
  this.createTime,
  this.displayName,
  this.error,
  this.labels,
  this.name,
  this.pscInterfaceConfig,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.updateTime,
  this.vpcPeeringConfig,
});