AccountRestoreGremlinDatabase

data class AccountRestoreGremlinDatabase(val graphNames: List<String>? = null, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val graphNames: List<String>? = null

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

Link copied to clipboard

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