Datascan Data Profile Result Profile Field Profile
data class DatascanDataProfileResultProfileFieldProfile(val distinctRatio: Int? = null, val doubleProfiles: List<DatascanDataProfileResultProfileFieldProfileDoubleProfile>? = null, val integerProfiles: List<DatascanDataProfileResultProfileFieldProfileIntegerProfile>? = null, val nullRatio: Int? = null, val stringProfiles: List<DatascanDataProfileResultProfileFieldProfileStringProfile>? = null, val topNValues: DatascanDataProfileResultProfileFieldProfileTopNValues? = null)
Constructors
Link copied to clipboard
fun DatascanDataProfileResultProfileFieldProfile(distinctRatio: Int? = null, doubleProfiles: List<DatascanDataProfileResultProfileFieldProfileDoubleProfile>? = null, integerProfiles: List<DatascanDataProfileResultProfileFieldProfileIntegerProfile>? = null, nullRatio: Int? = null, stringProfiles: List<DatascanDataProfileResultProfileFieldProfileStringProfile>? = null, topNValues: DatascanDataProfileResultProfileFieldProfileTopNValues? = null)