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."],[[["The latest version available for the Retail v2 API is 2.12.0, with a range of previous versions from 2.11.0 down to 1.0.0 also available for access."],["`PurgeUserEventsResponse` is a class within the Google.Cloud.Retail.V2 namespace, designed to handle the response for a PurgeUserEventsRequest, returned when the long-running operation is successfully completed."],["The `PurgeUserEventsResponse` class implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits members from the base object class."],["The `PurgeUserEventsResponse` class includes a constructor that accepts another `PurgeUserEventsResponse` object and a `PurgedEventsCount` property, which is a long integer that stores the number of events that were purged."],["Reference documentation and code samples for the Retail v2 API class PurgeUserEventsResponse are provided."]]],[]]