type property

String? type
getter/setter pair

The type of the parent DataScan.

Output only. Possible string values are:

  • "DATA_SCAN_TYPE_UNSPECIFIED" : The DataScan type is unspecified.
  • "DATA_QUALITY" : Data Quality scan.
  • "DATA_PROFILE" : Data Profile scan.

Implementation

core.String? type;