public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class PurgeUserEventsResponse.
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 provides documentation for the `PurgeUserEventsResponse` class within the Google Cloud Retail v2 API, specifically focusing on version 2.9.0."],["`PurgeUserEventsResponse` is the response message returned after a successful `PurgeUserEventsRequest` operation, indicating the completion of the event purge process."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["The `PurgeUserEventsResponse` class includes a `PurgedEventsCount` property of type `long`, which represents the total number of events deleted during the operation."],["This class has a history of versions dating back to 1.0.0 with the latest version being 2.12.0, where the most current version is linked at the top of the document."]]],[]]