Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityDimensionResult
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityDimensionResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
Instance Attribute Summary collapse
-
#passed ⇒ Boolean
(also: #passed?)
Whether the dimension passed or failed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityDimensionResult
constructor
A new instance of GoogleCloudDataplexV1DataQualityDimensionResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityDimensionResult
Returns a new instance of GoogleCloudDataplexV1DataQualityDimensionResult.
1513 1514 1515 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1513 def initialize(**args) update!(**args) end |
Instance Attribute Details
#passed ⇒ Boolean Also known as: passed?
Whether the dimension passed or failed.
Corresponds to the JSON property passed
1510 1511 1512 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1510 def passed @passed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1518 1519 1520 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1518 def update!(**args) @passed = args[:passed] if args.key?(:passed) end |