GremlinDatabaseRestoreResourceResponse

data class GremlinDatabaseRestoreResourceResponse(val databaseName: String? = null, val graphNames: List<String>? = null)

Specific Gremlin Databases to restore.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseName: String? = null

The name of the gremlin database available for restore.

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

The names of the graphs available for restore.