Class: Google::Cloud::Retail::V2::PinControlMetadata::ProductPins
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::PinControlMetadata::ProductPins
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/common.rb
Overview
List of product ids which have associated pins.
Instance Attribute Summary collapse
-
#product_id ⇒ ::Array<::String>
List of product ids which have associated pins.
Instance Attribute Details
#product_id ⇒ ::Array<::String>
Returns List of product ids which have associated pins.
985 986 987 988 |
# File 'proto_docs/google/cloud/retail/v2/common.rb', line 985 class ProductPins include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |