ListingRestrictedExportConfig

data class ListingRestrictedExportConfig(val enabled: Boolean? = null, val restrictQueryResult: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, restrictQueryResult: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

If true, enable restricted export.

Link copied to clipboard

If true, restrict export of query result derived from restricted linked dataset table.