GetDatabasesDatabase

data class GetDatabasesDatabase(val accounts: List<GetDatabasesDatabaseAccount>, val characterSetName: String, val dbDescription: String, val dbName: String, val dbStatus: String, val engine: String)

Constructors

Link copied to clipboard
constructor(accounts: List<GetDatabasesDatabaseAccount>, characterSetName: String, dbDescription: String, dbName: String, dbStatus: String, engine: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of accounts of database. Each element contains the following attributes.

Link copied to clipboard

The character set name of database.

Link copied to clipboard

Database description.

Link copied to clipboard

Database name.

Link copied to clipboard

The status of database.

Link copied to clipboard

The engine of database.