GooglePrivacyDlpV2Finding class

Represents a piece of potentially sensitive content.

Constructors

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})
GooglePrivacyDlpV2Finding.fromJson(Map json_)

Properties

createTime String?
Timestamp when finding was detected.
getter/setter pair
findingId String?
The unique finding id.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infoType GooglePrivacyDlpV2InfoType?
The type of content that might have been found.
getter/setter pair
jobCreateTime String?
Time the job started that produced this finding.
getter/setter pair
jobName String?
The job that stored the finding.
getter/setter pair
labels Map<String, String>?
The labels associated with this Finding.
getter/setter pair
likelihood String?
Confidence of how likely it is that the info_type is correct. Possible string values are:
getter/setter pair
location GooglePrivacyDlpV2Location?
Where the content was found.
getter/setter pair
name String?
Resource name in format projects/{project}/locations/{location}/findings/{finding} Populated only when viewing persisted findings.
getter/setter pair
quote String?
The content that was found.
getter/setter pair
quoteInfo GooglePrivacyDlpV2QuoteInfo?
Contains data parsed from quotes.
getter/setter pair
resourceName String?
The job that stored the finding.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerName String?
Job trigger name, if applicable, for this finding.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited