Class: Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recommendationengine_v1beta1/classes.rb,
lib/google/apis/recommendationengine_v1beta1/representations.rb,
lib/google/apis/recommendationengine_v1beta1/representations.rb

Overview

Request message for CatalogRejoin method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest

Returns a new instance of GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest.



1598
1599
1600
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1598

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#user_event_rejoin_scopeString

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

Returns:

  • (String)


1596
1597
1598
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1596

def user_event_rejoin_scope
  @user_event_rejoin_scope
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1603
1604
1605
# 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