Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue

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

Represents a parameter value.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue

Returns a new instance of GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue.



4446
4447
4448
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4446

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

Instance Attribute Details

#valueString

Required. Represents the string value of the parameter. Corresponds to the JSON property value

Returns:

  • (String)


4444
4445
4446
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4444

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4451
4452
4453
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4451

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