public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RejoinUserEventsRequest.
public RejoinUserEventsRequest.Types.UserEventRejoinScope UserEventRejoinScope { get; set; }
The type of the user event rejoin to define the scope and range of the user
events to be rejoined with the latest product catalog. Defaults to
USER_EVENT_REJOIN_SCOPE_UNSPECIFIED if this field is not set, or set to
an invalid integer value.
[[["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-04-17 UTC."],[[["This document provides reference information for the `RejoinUserEventsRequest` class within the Google Cloud Retail V2 API, including its properties and implementation details."],["The `RejoinUserEventsRequest` class is used to define the parameters for the `RejoinUserEvents` method, facilitating the rejoining of user events with the most current product catalog."],["It implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for handling and manipulating request objects."],["The class includes two constructors, one default and another that accepts another `RejoinUserEventsRequest` object for creating copies, and includes two properties: `Parent`, and `UserEventRejoinScope` to help define the specifications."],["The document also contains a version history of the `RejoinUserEventsRequest` class, ranging from version 1.0.0 up to the latest version 2.12.0, with the option to view the specific page for each previous version."]]],[]]