GooglePrivacyDlpV2Location class
Specifies the location of the finding.
Constructors
- 
          GooglePrivacyDlpV2Location({GooglePrivacyDlpV2Range? byteRange, GooglePrivacyDlpV2Range? codepointRange, GooglePrivacyDlpV2Container? container, List<
GooglePrivacyDlpV2ContentLocation> ? contentLocations}) - GooglePrivacyDlpV2Location.fromJson(Map json_)
 
Properties
- byteRange ↔ GooglePrivacyDlpV2Range?
 - 
  Zero-based byte offsets delimiting the finding.
  getter/setter pair
 - codepointRange ↔ GooglePrivacyDlpV2Range?
 - 
  Unicode character offsets delimiting the finding.
  getter/setter pair
 - container ↔ GooglePrivacyDlpV2Container?
 - 
  Information about the container where this finding occurred, if available.
  getter/setter pair
 - 
  contentLocations
  ↔ List<
GooglePrivacyDlpV2ContentLocation> ? - 
  List of nested objects pointing to the precise location of the finding
within the file or record.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 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