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.
4655 4656 4657 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4655 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
4653 4654 4655 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4653 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4660 4661 4662 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4660 def update!(**args) @value = args[:value] if args.key?(:value) end |