class Google::Apis::RetailV2beta::GoogleCloudRetailV2RejoinUserEventsResponse

Response message for RejoinUserEvents method.

Attributes

rejoined_user_events_count[RW]

Number of user events that were joined with latest product catalog. Corresponds to the JSON property `rejoinedUserEventsCount` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2beta/classes.rb, line 526
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_v2beta/classes.rb, line 531
def update!(**args)
  @rejoined_user_events_count = args[:rejoined_user_events_count] if args.key?(:rejoined_user_events_count)
end