GooglePrivacyDlpV2Finding constructor
GooglePrivacyDlpV2Finding({
- String? createTime,
- String? findingId,
- GooglePrivacyDlpV2InfoType? infoType,
- String? jobCreateTime,
- String? jobName,
- Map<
String, String> ? labels, - String? likelihood,
- GooglePrivacyDlpV2Location? location,
- String? name,
- String? quote,
- GooglePrivacyDlpV2QuoteInfo? quoteInfo,
- String? resourceName,
- 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,
});