Mongo Db Connection Info Response
data class MongoDbConnectionInfoResponse(val connectionString: String, val password: String? = null, val type: String, val userName: String? = null)
Describes a connection to a MongoDB data source
Constructors
Link copied to clipboard
fun MongoDbConnectionInfoResponse(connectionString: String, password: String? = null, type: String, userName: String? = null)