GetPermissionsDataCellsFilter

data class GetPermissionsDataCellsFilter(val databaseName: String, val name: String, val tableCatalogId: String, val tableName: String) : ConvertibleToJava<GetPermissionsDataCellsFilter>

Constructors

Link copied to clipboard
constructor(databaseName: String, name: String, tableCatalogId: String, tableName: String)

Properties

Link copied to clipboard

The name of the database.

Link copied to clipboard

The name of the data cells filter.

Link copied to clipboard

The ID of the Data Catalog.

Link copied to clipboard

The name of the table.

Functions

Link copied to clipboard
open override fun toJava(): GetPermissionsDataCellsFilter