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 page provides reference documentation for the `RejoinUserEventsRequest` class within the Google Cloud Retail v2 API, specifically for .NET development."],["The documentation covers the class's constructors, properties, inheritance hierarchy, and its implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of the API available for `RejoinUserEventsRequest` is 2.12.0, with a list of versions going back to 1.0.0."],["The `RejoinUserEventsRequest` class is used to define the parameters for the `RejoinUserEvents` method, which relates to user event data."],["The user can use the `Parent` property to set the catalog name and `UserEventRejoinScope` to define the scope of the rejoin user events."]]],[]]