Get Accounts Account
data class GetAccountsAccount(val accountDescription: String, val accountName: String, val accountType: String, val databasePrivileges: List<GetAccountsAccountDatabasePrivilege>, val id: String, val privExceeded: String, val status: String)
Constructors
Link copied to clipboard
fun GetAccountsAccount(accountDescription: String, accountName: String, accountType: String, databasePrivileges: List<GetAccountsAccountDatabasePrivilege>, id: String, privExceeded: String, status: String)