class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1UserEventInlineSource
The inline source for the input config for ImportUserEvents method.
Attributes
user_events[RW]
Optional. A list of user events to import. Recommended max of 10k items. Corresponds to the JSON property `userEvents` @return [Array<Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1UserEvent>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1725 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1730 def update!(**args) @user_events = args[:user_events] if args.key?(:user_events) end