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)
def update!(**args) @products = args[:products] if args.key?(:products) end