class Google::Apis::RetailV2::GoogleCloudRetailV2UserEventInlineSource

The inline source for the input config for ImportUserEvents method.

Attributes

user_events[RW]

Required. A list of user events to import. Recommended max of 10k items. Corresponds to the JSON property `userEvents` @return [Array<Google::Apis::RetailV2::GoogleCloudRetailV2UserEvent>]

Public Class Methods

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