class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaImportUserEventsRequest
Request message for the ImportUserEvents request.
Attributes
errors_config[RW]
Configuration of destination for Import related errors. Corresponds to the JSON property `errorsConfig` @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaImportErrorsConfig]
input_config[RW]
The input config source for user events. Corresponds to the JSON property `inputConfig` @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEventInputConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/retail_v2beta/classes.rb, line 1986 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/retail_v2beta/classes.rb, line 1991 def update!(**args) @errors_config = args[:errors_config] if args.key?(:errors_config) @input_config = args[:input_config] if args.key?(:input_config) end