class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPinControlMetadataProductPins

List of product ids which have associated pins.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @product_id = args[:product_id] if args.key?(:product_id)
end