Class: Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter::Value
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::Parameter::Value
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb
Instance Attribute Summary collapse
-
#double_value ⇒ ::Float
Represents a double value.
-
#int64_value ⇒ ::Integer
Represents an int64 value.
-
#string_value ⇒ ::String
Represents a string value.
Instance Attribute Details
#double_value ⇒ ::Float
Returns Represents a double value.
171 172 173 174 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/order.rb', line 171 class Value include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |