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-04-17 UTC."],[[["This webpage provides reference documentation for the `PurgeUserEventsResponse` class within the Google Cloud Retail V2 API, specifically for .NET development."],["The `PurgeUserEventsResponse` class is used to return the response after a `PurgeUserEventsRequest` long-running operation is completed."],["This page has a history of versions, ranging from version 1.0.0 to the latest version 2.12.0, all of which reference the `PurgeUserEventsResponse` class."],["The `PurgeUserEventsResponse` class contains a `PurgedEventsCount` property of type `long`, which indicates the total number of events purged."],["This class inherits from the base `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]