class Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse

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]

user_events_sample[RW]

A sampling of events deleted (or will be deleted) depending on the `force` property in the request. Max of 500 items will be returned. Corresponds to the JSON property `userEventsSample` @return [Array<Google::Apis::RecommendationengineV1beta1::GoogleCloudRecommendationengineV1beta1UserEvent>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/recommendationengine_v1beta1/classes.rb, line 1569
def update!(**args)
  @purged_events_count = args[:purged_events_count] if args.key?(:purged_events_count)
  @user_events_sample = args[:user_events_sample] if args.key?(:user_events_sample)
end