class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductInlineSource

The inline source for the input config for ImportProducts method.

def initialize(**args)

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

def update!(**args)

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