public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 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 document provides reference documentation for the `PurgeUserEventsResponse` class within the Recommendations AI v1beta1 API, specifically for the .NET environment, with the latest version being 2.0.0-beta06."],["The `PurgeUserEventsResponse` class is a response message returned by the API following a successful execution of a `PurgeUserEventsRequest`, and it inherits from the base `object` class while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and one that takes another `PurgeUserEventsResponse` object as a parameter, which allows for copying."],["The class contains two key properties: `PurgedEventsCount`, which is a long integer representing the total number of events purged, and `UserEventsSample`, which provides a sample (up to 500) of the user events that have been or will be deleted."],["The available versioning for the documentation includes 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta03, with links provided for each version for the `PurgeUserEventsResponse` object."]]],[]]