class Google::Apis::RetailV2beta::GoogleCloudRetailV2alphaPurgeUserEventsResponse
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 935 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 940 def update!(**args) @purged_events_count = args[:purged_events_count] if args.key?(:purged_events_count) end