public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This page details the `RejoinUserEventsRequest` class, which is used for sending requests to rejoin user events in the Google Cloud Retail V2 API, with the latest version being 2.12.0."],["The `RejoinUserEventsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality."],["The class has two constructors, a parameterless one and another that takes another `RejoinUserEventsRequest` object for copying purposes, and it includes properties like `Parent` and `UserEventRejoinScope`."],["The `RejoinUserEventsRequest` class is part of the `Google.Cloud.Retail.V2` namespace and is located within the `Google.Cloud.Retail.V2.dll` assembly."],["This documentation lists all the available versions for `RejoinUserEventsRequest` from 1.0.0 up to the latest version 2.12.0 with corresponding links for each version."]]],[]]