GooglePrivacyDlpV2ContentLocation class

Precise location of the finding within a document, record, image, or metadata container.

Constructors

GooglePrivacyDlpV2ContentLocation({String? containerName, String? containerTimestamp, String? containerVersion, GooglePrivacyDlpV2DocumentLocation? documentLocation, GooglePrivacyDlpV2ImageLocation? imageLocation, GooglePrivacyDlpV2MetadataLocation? metadataLocation, GooglePrivacyDlpV2RecordLocation? recordLocation})
GooglePrivacyDlpV2ContentLocation.fromJson(Map json_)

Properties

containerName String?
Name of the container where the finding is located.
getter/setter pair
containerTimestamp String?
Finding container modification timestamp, if applicable.
getter/setter pair
containerVersion String?
Finding container version, if available ("generation" for Cloud Storage).
getter/setter pair
documentLocation GooglePrivacyDlpV2DocumentLocation?
Location data for document files.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageLocation GooglePrivacyDlpV2ImageLocation?
Location within an image's pixels.
getter/setter pair
metadataLocation GooglePrivacyDlpV2MetadataLocation?
Location within the metadata for inspected content.
getter/setter pair
recordLocation GooglePrivacyDlpV2RecordLocation?
Location within a row or record of a database table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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