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.
1590 1591 1592 |
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1590 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
1588 1589 1590 |
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1588 def user_event_rejoin_scope @user_event_rejoin_scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1595 1596 1597 |
# File 'lib/google/apis/recommendationengine_v1beta1/classes.rb', line 1595 def update!(**args) @user_event_rejoin_scope = args[:user_event_rejoin_scope] if args.key?(:user_event_rejoin_scope) end |