class Google::Apis::RetailV2beta::GoogleCloudRetailV2PurgeUserEventsResponse

Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning. Operations.response field.

Attributes

purged_events_count[RW]

The total count of events purged as a result of the operation. Corresponds to the JSON property `purgedEventsCount` @return [Fixnum]

Public Class Methods

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