Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRejoinUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRejoinUserEventsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb
Overview
Request message for RejoinUserEvents method.
Instance Attribute Summary collapse
-
#user_event_rejoin_scope ⇒ String
The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaRejoinUserEventsRequest
constructor
A new instance of GoogleCloudRetailV2alphaRejoinUserEventsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaRejoinUserEventsRequest
Returns a new instance of GoogleCloudRetailV2alphaRejoinUserEventsRequest.
5760 5761 5762 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 5760 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_event_rejoin_scope ⇒ String
The type of the user event rejoin to define the scope and range of the user
events to be rejoined with the latest product catalog. Defaults to
USER_EVENT_REJOIN_SCOPE_UNSPECIFIED
if this field is not set, or set to an
invalid integer value.
Corresponds to the JSON property userEventRejoinScope
5758 5759 5760 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 5758 def user_event_rejoin_scope @user_event_rejoin_scope end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5765 5766 5767 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 5765 def update!(**args) @user_event_rejoin_scope = args[:user_event_rejoin_scope] if args.key?(:user_event_rejoin_scope) end |