CloudDlpInspection constructor

CloudDlpInspection({
  1. bool? fullScan,
  2. String? infoType,
  3. String? infoTypeCount,
  4. String? inspectJob,
})

Implementation

CloudDlpInspection({
  this.fullScan,
  this.infoType,
  this.infoTypeCount,
  this.inspectJob,
});