Class PurgeUserEventsResponse
Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
Inheritance
System.Object
PurgeUserEventsResponse
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 PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
Constructors
PurgeUserEventsResponse()
Declaration
public PurgeUserEventsResponse()
PurgeUserEventsResponse(PurgeUserEventsResponse)
Declaration
public PurgeUserEventsResponse(PurgeUserEventsResponse other)
Parameters
Type | Name | Description |
---|---|---|
PurgeUserEventsResponse | other |
Properties
PurgedEventsCount
The total count of events purged as a result of the operation.
Declaration
public long PurgedEventsCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |