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, with version 2.12.0 being the latest."],["The `PurgeUserEventsResponse` class is a response message, returned by the `google.longrunning.Operations.response` field, that indicates the successful completion of a long-running operation."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `PurgedEventsCount`, which is an `Int64` type that represents the total number of events that were removed."],["The available versions listed on the page ranges from version 1.0.0 to 2.12.0, with links to the `PurgeUserEventsResponse` documentation for each."]]],[]]