ConnectionStringResponse

data class ConnectionStringResponse(val connectionString: String, val description: String, val name: String)

Connection string for the mongo cluster

Constructors

Link copied to clipboard
constructor(connectionString: String, description: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Value of the connection string

Link copied to clipboard

Description of the connection string

Link copied to clipboard

Name of the connection string.