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.



1618
1619
1620
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1618

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)


1616
1617
1618
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1616

def user_event_rejoin_scope
  @user_event_rejoin_scope
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1623
1624
1625
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1623

def update!(**args)
  @user_event_rejoin_scope = args[:user_event_rejoin_scope] if args.key?(:user_event_rejoin_scope)
end