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, focusing on its structure and usage in the Google Cloud Retail API."],["The latest version of `PurgeUserEventsResponse` is 2.12.0, with a historical list of previous versions ranging from 2.11.0 down to 1.0.0 available for reference."],["The `PurgeUserEventsResponse` class is designed to be a response message returned by the API once it successfully completes the `PurgeUserEventsRequest`, particularly in long running operations."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to the implementation of messages."],["The `PurgeUserEventsResponse` class includes a property `PurgedEventsCount` that returns a `Int64` value representing the total count of user events deleted in an operation."]]],[]]