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
792 793 794 795 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 792 class ProductDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Float
792 793 794 795 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 792 class ProductDimension include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |