AccountRestoreDatabase

data class AccountRestoreDatabase(val collectionNames: List<String>? = null, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of the collection names for the restore request. Changing this forces a new resource to be created.

Link copied to clipboard

The database name for the restore request. Changing this forces a new resource to be created.