Class: Google::Cloud::CloudDMS::V1::AssignSpecificValue
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::AssignSpecificValue
- 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
-
#value ⇒ ::String
Required.
Instance Attribute Details
#value ⇒ ::String
Returns 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 |