public sealed class PurgeUserEventsMetadata : IMessage<PurgeUserEventsMetadata>, IEquatable<PurgeUserEventsMetadata>, IDeepCloneable<PurgeUserEventsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class PurgeUserEventsMetadata.
Metadata related to the progress of the PurgeUserEvents operation.
This will be returned by the google.longrunning.Operation.metadata 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 documentation details the `PurgeUserEventsMetadata` class, which is part of the Recommendations AI v1beta1 API and is used to track the progress of the `PurgeUserEvents` operation."],["The `PurgeUserEventsMetadata` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and another that takes another `PurgeUserEventsMetadata` object as a parameter."],["Key properties include `CreateTime`, which is a `Timestamp` indicating the operation's creation time, and `OperationName`, which is a `string` representing the ID of the operation."],["The documentation details three available versions, with the most recent being version 2.0.0-beta06."]]],[]]