DatabaseRestoreResourceResponse

data class DatabaseRestoreResourceResponse(val collectionNames: List<String>? = null, val databaseName: String? = null)

Specific Databases to restore.

Constructors

Link copied to clipboard
constructor(collectionNames: List<String>? = null, databaseName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The names of the collections available for restore.

Link copied to clipboard
val databaseName: String? = null

The name of the database available for restore.