Class: Google::Cloud::Retail::V2::PinControlMetadata::ProductPins

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#product_id::Array<::String>

Returns List of product ids which have associated pins.

Returns:

  • (::Array<::String>)

    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