Class: Google::Shopping::Merchant::Products::V1beta::ProductDetail
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::ProductDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
The product details.
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
The name of the product detail.
-
#attribute_value ⇒ ::String
The value of the product detail.
-
#section_name ⇒ ::String
The section header used to group a set of product details.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns The name of the product detail.
648 649 650 651 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 648 class ProductDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attribute_value ⇒ ::String
Returns The value of the product detail.
648 649 650 651 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 648 class ProductDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#section_name ⇒ ::String
Returns The section header used to group a set of product details.
648 649 650 651 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 648 class ProductDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |