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."],[[["This webpage details the `PurgeUserEventsResponse` class within the `Google.Cloud.Retail.V2` namespace, representing a response to a `PurgeUserEventsRequest` operation."],["The page covers multiple versions of the `PurgeUserEventsResponse` class, ranging from version 1.0.0 up to the latest version 2.12.0, all with the same name."],["`PurgeUserEventsResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class includes a property called `PurgedEventsCount` which indicates the number of events purged and is of the `Int64` type."],["There are two constructors for the `PurgeUserEventsResponse` class, a parameterless constructor and one that accepts another instance of `PurgeUserEventsResponse` as a parameter."]]],[]]