class Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaUserEventInlineSource

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::RetailV2alpha::GoogleCloudRetailV2alphaUserEvent>]

Public Class Methods

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