public sealed class RejoinUserEventsResponse : IMessage<RejoinUserEventsResponse>, IEquatable<RejoinUserEventsResponse>, IDeepCloneable<RejoinUserEventsResponse>, IBufferMessage, IMessage
[[["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 `RejoinUserEventsResponse` class is the response message for the `RejoinUserEvents` method within the Google Cloud Retail V2 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality checks, and cloning."],["The `RejoinUserEventsResponse` class has a property `RejoinedUserEventsCount` that indicates the number of user events that were joined with the latest product catalog."],["There is a list of accessible versions, ranging from the latest version 2.12.0 down to version 1.0.0, for the class RejoinUserEventsResponse."],["It inherits members from the base class `Object`, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]