Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GenerateDataQualityRulesResponse

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

Generate recommended DataQualityRules response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1GenerateDataQualityRulesResponse

Returns a new instance of GoogleCloudDataplexV1GenerateDataQualityRulesResponse.



4619
4620
4621
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4619

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

Instance Attribute Details

#ruleArray<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule>

Generated recommended @link DataQualityRules. Corresponds to the JSON property rule



4617
4618
4619
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4617

def rule
  @rule
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4624
4625
4626
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4624

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