class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductInputConfig

The input config source for products.

def initialize(**args)

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

def update!(**args)

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