LakeAccountAccountPrivilegePrivilegeObject

data class LakeAccountAccountPrivilegePrivilegeObject(val column: String? = null, val database: String? = null, val table: String? = null)

Constructors

constructor(column: String? = null, database: String? = null, table: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val column: String? = null

The name of column.

Link copied to clipboard
val database: String? = null

The name of database.

Link copied to clipboard
val table: String? = null

The name of table.