Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaRejoinUserEventsRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb

Overview

Request message for RejoinUserEvents method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2betaRejoinUserEventsRequest

Returns a new instance of GoogleCloudRetailV2betaRejoinUserEventsRequest.



6188
6189
6190
# File 'lib/google/apis/retail_v2beta/classes.rb', line 6188

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#user_event_rejoin_scopeString

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

Returns:

  • (String)


6186
6187
6188
# File 'lib/google/apis/retail_v2beta/classes.rb', line 6186

def user_event_rejoin_scope
  @user_event_rejoin_scope
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6193
6194
6195
# File 'lib/google/apis/retail_v2beta/classes.rb', line 6193

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