Class: Google::Cloud::CloudDMS::V1::AssignSpecificValue

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

Overview

Set to a specific value (value is converted to fit the target data type)

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns Required. Specific value to be assigned.

Returns:

  • (::String)

    Required. Specific value to be assigned



717
718
719
720
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 717

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