PrivateConnection constructor

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

Implementation

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