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 of the `PurgeUserEventsResponse` is 2.12.0, and the page contains documentation for multiple versions, ranging down to version 1.0.0."],["`PurgeUserEventsResponse` is a class that provides the response details from a `PurgeUserEventsRequest`, which is returned when a long-running operation is successfully completed."],["The `PurgeUserEventsResponse` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class features a `PurgedEventsCount` property, of type `Int64`, that indicates the total number of events deleted during the purge operation."],["This class is under the namespace `Google.Cloud.Retail.V2` and comes from the `Google.Cloud.Retail.V2.dll` assembly."]]],[]]