Class: Google::Cloud::Dataplex::V1::DataQualityRule::TemplateReference::ParameterValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/data_quality.rb

Overview

Represents a parameter value.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns Required. Represents the string value of the parameter.

Returns:

  • (::String)

    Required. Represents the string value of the parameter.



700
701
702
703
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 700

class ParameterValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end