Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation
- 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
Evaluates whether the column has duplicates.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation
constructor
A new instance of GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation
Returns a new instance of GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation.
2876 2877 2878 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2876 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2881 2882 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2881 def update!(**args) end |