Class PurgeUserEventsResponse (0.8.1)

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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > PurgeUserEventsResponse