public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RejoinUserEventsRequest.
Request message for RejoinUserEvents method.
Implements
IMessageRejoinUserEventsRequest, IEquatableRejoinUserEventsRequest, IDeepCloneableRejoinUserEventsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
RejoinUserEventsRequest()
public RejoinUserEventsRequest()
RejoinUserEventsRequest(RejoinUserEventsRequest)
public RejoinUserEventsRequest(RejoinUserEventsRequest other)
Parameter | |
---|---|
Name | Description |
other |
RejoinUserEventsRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent catalog resource name, such as
projects/1234/locations/global/catalogs/default_catalog
.
Property Value | |
---|---|
Type | Description |
string |
UserEventRejoinScope
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.
Property Value | |
---|---|
Type | Description |
RejoinUserEventsRequestTypesUserEventRejoinScope |