type property

String? type
getter/setter pair

The type of job. Possible string values are:

  • "DLP_JOB_TYPE_UNSPECIFIED" : Defaults to INSPECT_JOB.
  • "INSPECT_JOB" : The job inspected Google Cloud for sensitive data.
  • "RISK_ANALYSIS_JOB" : The job executed a Risk Analysis computation.

Implementation

core.String? type;