PermissionsDataCellsFilter

data class PermissionsDataCellsFilter(val databaseName: String, val name: String, val tableCatalogId: String, val tableName: String)

Constructors

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

Types

Link copied to clipboard
object Companion

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.