Class: Google::Shopping::Merchant::Products::V1beta::ProductDimension
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::ProductDimension
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
The dimension of the product.
Instance Attribute Summary collapse
-
#unit ⇒ ::String
Required.
-
#value ⇒ ::Float
Required.
Instance Attribute Details
#unit ⇒ ::String
Returns Required. The dimension units. Acceptable values are:
- "
in
" - "
cm
".
720 721 722 723 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 720 class ProductDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
Returns Required. The dimension value represented as a number. The value can have a maximum precision of four decimal places.
720 721 722 723 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 720 class ProductDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |