class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest

Request message for CatalogRejoin method.

Attributes

user_event_rejoin_scope[RW]

Required. The type of the catalog rejoin to define the scope and range of the user events to be rejoined with catalog items. Corresponds to the JSON property `userEventRejoinScope` @return [String]

Public Class Methods

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