GooglePrivacyDlpV2CloudSqlProperties constructor
GooglePrivacyDlpV2CloudSqlProperties({
- GooglePrivacyDlpV2CloudSqlIamCredential? cloudSqlIam,
- String? connectionName,
- String? databaseEngine,
- int? maxConnections,
- GooglePrivacyDlpV2SecretManagerCredential? usernamePassword,
Implementation
GooglePrivacyDlpV2CloudSqlProperties({
this.cloudSqlIam,
this.connectionName,
this.databaseEngine,
this.maxConnections,
this.usernamePassword,
});