class Google::Apis::RetailV2::GoogleCloudRetailV2ImportUserEventsRequest

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::RetailV2::GoogleCloudRetailV2ImportErrorsConfig]

input_config[RW]

The input config source for user events. Corresponds to the JSON property `inputConfig` @return [Google::Apis::RetailV2::GoogleCloudRetailV2UserEventInputConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2/classes.rb, line 1104
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_v2/classes.rb, line 1109
def update!(**args)
  @errors_config = args[:errors_config] if args.key?(:errors_config)
  @input_config = args[:input_config] if args.key?(:input_config)
end