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 webpage details the `PurgeUserEventsResponse` class within the `Google.Cloud.Retail.V2` namespace, showcasing various versions from 1.0.0 to 2.12.0, with 2.12.0 being the latest."],["`PurgeUserEventsResponse` serves as the response message for the `PurgeUserEventsRequest`, indicating the result of a long-running operation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and utility in various contexts."],["The class contains a property called `PurgedEventsCount` of type Int64 that indicates the number of events that were deleted."],["The page contains a list of versions, starting with 1.0.0, then going all the way to the latest version, 2.12.0."]]],[]]