GoogleCloudDataplexV1DataQualityResult class
The output of a DataQualityScan.
Constructors
- 
          GoogleCloudDataplexV1DataQualityResult({List<
GoogleCloudDataplexV1DataQualityDimensionResult> ? dimensions, bool? passed, GoogleCloudDataplexV1DataQualityResultPostScanActionsResult? postScanActionsResult, String? rowCount, List<GoogleCloudDataplexV1DataQualityRuleResult> ? rules, GoogleCloudDataplexV1ScannedData? scannedData}) - GoogleCloudDataplexV1DataQualityResult.fromJson(Map json_)
 
Properties
- 
  dimensions
  ↔ List<
GoogleCloudDataplexV1DataQualityDimensionResult> ? - 
  A list of results at the dimension level.A dimension will have a
corresponding DataQualityDimensionResult if and only if there is at least
one rule with the 'dimension' field set to it.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - passed ↔ bool?
 - 
  Overall data quality result -- true if all rules passed.
  getter/setter pair
 - postScanActionsResult ↔ GoogleCloudDataplexV1DataQualityResultPostScanActionsResult?
 - 
  The result of post scan actions.
  getter/setter pair
 - rowCount ↔ String?
 - 
  The count of rows processed.
  getter/setter pair
 - 
  rules
  ↔ List<
GoogleCloudDataplexV1DataQualityRuleResult> ? - 
  A list of all the rules in a job, and their results.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - scannedData ↔ GoogleCloudDataplexV1ScannedData?
 - 
  The data scanned for this result.
  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