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-04-17 UTC."],[[["The latest version of the `PurgeUserEventsResponse` documentation is 2.12.0, with a total of 20 versions available for review."],["`PurgeUserEventsResponse` is a class that provides a response to a `PurgeUserEventsRequest`, returned upon successful completion of a long-running operation."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PurgeUserEventsResponse` class includes a property called `PurgedEventsCount` of the type `Int64`, representing the number of events that were removed."],["The namespace of the class is `Google.Cloud.Retail.V2` and it can be found in the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]