class Google::Apis::DisplayvideoV3::ProductMatchDimension

A dimension used to match products.

def initialize(**args)

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

def update!(**args)

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