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 page provides reference documentation for the `PurgeUserEventsMetadata` class within the Recommendations AI v1beta1 API, specifically for the .NET environment."],["`PurgeUserEventsMetadata` is used to track the progress of a `PurgeUserEvents` operation, offering insight into the metadata associated with this action, as well as implementing multiple interfaces."],["The documentation details the class's inheritance from `object`, as well as its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is documented to have two constructors, one default and one that takes another `PurgeUserEventsMetadata` instance, alongside properties such as `CreateTime` and `OperationName` to aid tracking."],["This class is located within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace and belongs to the `Google.Cloud.RecommendationEngine.V1Beta1.dll` assembly."]]],[]]