Class RejoinUserEventsRequest
Request message for RejoinUserEvents method.
Inheritance
System.Object
RejoinUserEventsRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
Constructors
RejoinUserEventsRequest()
Declaration
public RejoinUserEventsRequest()
RejoinUserEventsRequest(RejoinUserEventsRequest)
Declaration
public RejoinUserEventsRequest(RejoinUserEventsRequest other)
Parameters
Type | Name | Description |
---|---|---|
RejoinUserEventsRequest | other |
Properties
Parent
Required. The parent catalog resource name, such as "projects/1234/locations/global/catalogs/default_catalog".
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserEventRejoinScope
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.
Declaration
public RejoinUserEventsRequest.Types.UserEventRejoinScope UserEventRejoinScope { get; set; }
Property Value
Type | Description |
---|---|
RejoinUserEventsRequest.Types.UserEventRejoinScope |