Class RejoinUserEventsResponse
Response message for RejoinUserEvents method.
Inheritance
System.Object
RejoinUserEventsResponse
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 RejoinUserEventsResponse : IMessage<RejoinUserEventsResponse>, IEquatable<RejoinUserEventsResponse>, IDeepCloneable<RejoinUserEventsResponse>, IBufferMessage, IMessage
Constructors
RejoinUserEventsResponse()
Declaration
public RejoinUserEventsResponse()
RejoinUserEventsResponse(RejoinUserEventsResponse)
Declaration
public RejoinUserEventsResponse(RejoinUserEventsResponse other)
Parameters
Type | Name | Description |
---|---|---|
RejoinUserEventsResponse | other |
Properties
RejoinedUserEventsCount
Number of user events that were joined with latest product catalog.
Declaration
public long RejoinedUserEventsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |