Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue
- 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
Represents a parameter value.
Instance Attribute Summary collapse
-
#value ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue
constructor
A new instance of GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue
Returns a new instance of GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue.
4641 4642 4643 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4641 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
Required. Represents the string value of the parameter.
Corresponds to the JSON property value
4639 4640 4641 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4639 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4646 4647 4648 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4646 def update!(**args) @value = args[:value] if args.key?(:value) end |