Class PurgeUserEventsResponse (0.10.9)

PurgeUserEventsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

NameDescription
purged_events_count int
The total count of events purged as a result of the operation.
user_events_sample MutableSequence[google.cloud.recommendationengine_v1beta1.types.UserEvent]
A sampling of events deleted (or will be deleted) depending on the force property in the request. Max of 500 items will be returned.