DatascanDataProfileResult

data class DatascanDataProfileResult(val profiles: List<DatascanDataProfileResultProfile>? = null, val rowCount: String? = null, val scannedDatas: List<DatascanDataProfileResultScannedData>? = null)

Constructors

Link copied to clipboard
constructor(profiles: List<DatascanDataProfileResultProfile>? = null, rowCount: String? = null, scannedDatas: List<DatascanDataProfileResultScannedData>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Profile information for the corresponding field. Structure is documented below.

Link copied to clipboard
val rowCount: String? = null

The count of rows scanned.

Link copied to clipboard

(Output) The data scanned for this result. Structure is documented below.