class Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaRejoinUserEventsRequest

Request message for RejoinUserEvents method.

Attributes

user_event_rejoin_scope[RW]

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` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2alpha/classes.rb, line 2717
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/retail_v2alpha/classes.rb, line 2722
def update!(**args)
  @user_event_rejoin_scope = args[:user_event_rejoin_scope] if args.key?(:user_event_rejoin_scope)
end