GooglePrivacyDlpV2Finding constructor

GooglePrivacyDlpV2Finding({
  1. String? createTime,
  2. String? findingId,
  3. GooglePrivacyDlpV2InfoType? infoType,
  4. String? jobCreateTime,
  5. String? jobName,
  6. Map<String, String>? labels,
  7. String? likelihood,
  8. GooglePrivacyDlpV2Location? location,
  9. String? name,
  10. String? quote,
  11. GooglePrivacyDlpV2QuoteInfo? quoteInfo,
  12. String? resourceName,
  13. String? triggerName,
})

Implementation

GooglePrivacyDlpV2Finding({
  this.createTime,
  this.findingId,
  this.infoType,
  this.jobCreateTime,
  this.jobName,
  this.labels,
  this.likelihood,
  this.location,
  this.name,
  this.quote,
  this.quoteInfo,
  this.resourceName,
  this.triggerName,
});