DatascanDataProfileResultProfileField

data class DatascanDataProfileResultProfileField(val mode: String? = null, val name: String? = null, val profile: DatascanDataProfileResultProfileFieldProfile? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(mode: String? = null, name: String? = null, profile: DatascanDataProfileResultProfileFieldProfile? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

The mode of the field. Possible values include:

Link copied to clipboard
val name: String? = null

A mutable name for the rule. The name must contain only letters (a-z, A-Z), numbers (0-9), or hyphens (-). The maximum length is 63 characters. Must start with a letter. Must end with a number or a letter.

Link copied to clipboard

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

Link copied to clipboard
val type: String? = null

The field data type.