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, utilized for responses to `PurgeUserEventsRequest` operations."],["The latest version documented is 2.12.0, with a historical archive dating back to version 1.0.0, all linked to their respective documentation for the `PurgeUserEventsResponse`."],["The `PurgeUserEventsResponse` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `PurgeUserEventsResponse` class has one publicly accessible property, `PurgedEventsCount`, which represents the total number of events deleted during the operation and is an Int64 data type."],["The class has two constructors, a default one, and one that takes in a `PurgeUserEventsResponse` object as a parameter."]]],[]]