class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPinControlMetadata

distinguishing between applied vs dropped pins.
Metadata for pinning to be returned in the response. This is used for

def initialize(**args)

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

def update!(**args)

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