GooglePrivacyDlpV2CloudSqlProperties constructor

GooglePrivacyDlpV2CloudSqlProperties({
  1. GooglePrivacyDlpV2CloudSqlIamCredential? cloudSqlIam,
  2. String? connectionName,
  3. String? databaseEngine,
  4. int? maxConnections,
  5. GooglePrivacyDlpV2SecretManagerCredential? usernamePassword,
})

Implementation

GooglePrivacyDlpV2CloudSqlProperties({
  this.cloudSqlIam,
  this.connectionName,
  this.databaseEngine,
  this.maxConnections,
  this.usernamePassword,
});