Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityDimensionResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityDimensionResult

Returns a new instance of GoogleCloudDataplexV1DataQualityDimensionResult.



1493
1494
1495
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1493

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#passedBoolean Also known as: passed?

Whether the dimension passed or failed. Corresponds to the JSON property passed

Returns:

  • (Boolean)


1490
1491
1492
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1490

def passed
  @passed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1498
1499
1500
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1498

def update!(**args)
  @passed = args[:passed] if args.key?(:passed)
end