class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaUserEventInlineSource

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::RetailV2beta::GoogleCloudRetailV2betaUserEvent>]

Public Class Methods

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