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."],[[["This webpage details the `RejoinUserEventsResponse` class, which is a response message for the `RejoinUserEvents` method in the Google Cloud Retail V2 API."],["The latest version of the `RejoinUserEventsResponse` class is 2.12.0, with prior versions available dating back to version 1.0.0."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `RejoinedUserEventsCount` property, which is of type `Int64` and represents the number of user events that were joined with the most recent product catalog."],["There are two constructors for the class, a default constructor, and one that takes another `RejoinUserEventsResponse` object as a parameter."]]],[]]