public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Response of the PurgeUserEventsRequest. If the long running operation is
successfully done, then this message is returned by the
google.longrunning.Operations.response field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `PurgeUserEventsResponse` class represents the response to a `PurgeUserEventsRequest` within the Google Cloud Recommendation Engine's V1Beta1 API."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides information regarding the total number of events purged, accessible through the `PurgedEventsCount` property which returns an `Int64`."],["The class also includes a `UserEventsSample` property, which provides a sample of the deleted user events, limited to a maximum of 500 items, as a `RepeatedField\u003cUserEvent\u003e`."],["It offers two constructors: a default one, and another that accepts a `PurgeUserEventsResponse` object as a parameter for object creation."]]],[]]