AssetDiscoveryStatusStat

data class AssetDiscoveryStatusStat(val dataItems: Int? = null, val dataSize: Int? = null, val filesets: Int? = null, val tables: Int? = null)

Constructors

Link copied to clipboard
constructor(dataItems: Int? = null, dataSize: Int? = null, filesets: Int? = null, tables: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataItems: Int? = null
Link copied to clipboard
val dataSize: Int? = null
Link copied to clipboard
val filesets: Int? = null
Link copied to clipboard
val tables: Int? = null