Class: Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
- 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
-
#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.
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_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
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 |