Class RejoinUserEventsResponse (1.3.0)

public sealed class RejoinUserEventsResponse : IMessage<RejoinUserEventsResponse>, IEquatable<RejoinUserEventsResponse>, IDeepCloneable<RejoinUserEventsResponse>, IBufferMessage, IMessage

Response message for RejoinUserEvents method.

Inheritance

Object > RejoinUserEventsResponse

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

RejoinUserEventsResponse()

public RejoinUserEventsResponse()

RejoinUserEventsResponse(RejoinUserEventsResponse)

public RejoinUserEventsResponse(RejoinUserEventsResponse other)
Parameter
NameDescription
otherRejoinUserEventsResponse

Properties

RejoinedUserEventsCount

public long RejoinedUserEventsCount { get; set; }

Number of user events that were joined with latest product catalog.

Property Value
TypeDescription
Int64