Class: Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/recommendationengine_v1beta1/classes.rb,
generated/google/apis/recommendationengine_v1beta1/representations.rb,
generated/google/apis/recommendationengine_v1beta1/representations.rb
Overview
Request message for CatalogRejoin method.
Instance Attribute Summary collapse
-
#user_event_rejoin_scope ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
constructor
A new instance of GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Returns a new instance of GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest.
1588 1589 1590 |
# File 'generated/google/apis/recommendationengine_v1beta1/classes.rb', line 1588 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_event_rejoin_scope ⇒ String
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
1586 1587 1588 |
# File 'generated/google/apis/recommendationengine_v1beta1/classes.rb', line 1586 def user_event_rejoin_scope @user_event_rejoin_scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1593 1594 1595 |
# File 'generated/google/apis/recommendationengine_v1beta1/classes.rb', line 1593 def update!(**args) @user_event_rejoin_scope = args[:user_event_rejoin_scope] if args.key?(:user_event_rejoin_scope) end |