Retail v2 API - Class RejoinUserEventsRequest (2.8.0)

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.

Inheritance

object > RejoinUserEventsRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

RejoinUserEventsRequest()

public RejoinUserEventsRequest()

RejoinUserEventsRequest(RejoinUserEventsRequest)

public RejoinUserEventsRequest(RejoinUserEventsRequest other)
Parameter
NameDescription
otherRejoinUserEventsRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent catalog resource name, such as projects/1234/locations/global/catalogs/default_catalog.

Property Value
TypeDescription
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
TypeDescription
RejoinUserEventsRequestTypesUserEventRejoinScope