PostgreSqlConnectionProfile constructor
      
      PostgreSqlConnectionProfile({ 
    
    
- String? alloydbClusterId,
- String? cloudSqlId,
- String? database,
- String? host,
- String? networkArchitecture,
- String? password,
- bool? passwordSet,
- int? port,
- PrivateServiceConnectConnectivity? privateServiceConnectConnectivity,
- SslConfig? ssl,
- StaticIpConnectivity? staticIpConnectivity,
- String? username,
Implementation
PostgreSqlConnectionProfile({
  this.alloydbClusterId,
  this.cloudSqlId,
  this.database,
  this.host,
  this.networkArchitecture,
  this.password,
  this.passwordSet,
  this.port,
  this.privateServiceConnectConnectivity,
  this.ssl,
  this.staticIpConnectivity,
  this.username,
});