ConnectionProfile constructor
ConnectionProfile({
- AlloyDbConnectionProfile? alloydb,
- CloudSqlConnectionProfile? cloudsql,
- String? createTime,
- String? displayName,
- Status? error,
- Map<
String, String> ? labels, - MySqlConnectionProfile? mysql,
- String? name,
- OracleConnectionProfile? oracle,
- PostgreSqlConnectionProfile? postgresql,
- String? provider,
- SqlServerConnectionProfile? sqlserver,
- String? state,
- String? updateTime,
Implementation
ConnectionProfile({
this.alloydb,
this.cloudsql,
this.createTime,
this.displayName,
this.error,
this.labels,
this.mysql,
this.name,
this.oracle,
this.postgresql,
this.provider,
this.sqlserver,
this.state,
this.updateTime,
});