GetDatabaseTableNamesResponse

@Serializable
data class GetDatabaseTableNamesResponse(val tableNames: List<String>)(source)

Response type for the DatabaseDomain.getDatabaseTableNames command.

Constructors

Link copied to clipboard
constructor(tableNames: List<String>)

Properties

Link copied to clipboard