Get Database Result
data class GetDatabaseResult(val charset: String? = null, val collation: String? = null, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
Represents a Database.
Constructors
Link copied to clipboard
fun GetDatabaseResult(charset: String? = null, collation: String? = null, id: String, name: String, systemData: SystemDataResponse, type: String)