PrivateConnection constructor

PrivateConnection({
  1. String? createTime,
  2. String? displayName,
  3. Error? error,
  4. Map<String, String>? labels,
  5. String? name,
  6. bool? satisfiesPzi,
  7. bool? satisfiesPzs,
  8. String? state,
  9. String? updateTime,
  10. VpcPeeringConfig? vpcPeeringConfig,
})

Implementation

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