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 provides links to versions ranging from 2.12.0 down to 1.0.0."],["`PurgeUserEventsResponse` is a class that inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.Retail.V2` namespace and is defined in the `Google.Cloud.Retail.V2.dll` assembly."],["This class has two constructors: a default constructor `PurgeUserEventsResponse()` and another one that takes a `PurgeUserEventsResponse` object as a parameter, `PurgeUserEventsResponse(PurgeUserEventsResponse other)`."],["The `PurgedEventsCount` property, of type `Int64`, indicates the number of events removed by the purge operation."]]],[]]