class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProductLevelConfig
will be send events and how predictions will be made.
Configures what level the product should be uploaded with regards to how users
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @ingestion_product_type = args[:ingestion_product_type] if args.key?(:ingestion_product_type) @merchant_center_product_id_field = args[:merchant_center_product_id_field] if args.key?(:merchant_center_product_id_field) end