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 latest version available for `PurgeUserEventsResponse` is 2.12.0, with multiple previous versions dating back to 1.0.0 accessible."],["`PurgeUserEventsResponse` is a class that serves as the response for the `PurgeUserEventsRequest` within the `Google.Cloud.Retail.V2` namespace."],["This class inherits from `Object` and implements `IMessage\u003cPurgeUserEventsResponse\u003e`, `IEquatable\u003cPurgeUserEventsResponse\u003e`, `IDeepCloneable\u003cPurgeUserEventsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["It includes a property called `PurgedEventsCount` which, of type `Int64`, indicates the total number of events purged."],["There are two constructors available for `PurgeUserEventsResponse`, a parameterless one and one that accepts another instance of `PurgeUserEventsResponse`."]]],[]]