public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage
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 > PurgeUserEventsResponseImplements
Google.Protobuf.IMessage<PurgeUserEventsResponse>, System.IEquatable<PurgeUserEventsResponse>, Google.Protobuf.IDeepCloneable<PurgeUserEventsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
PurgeUserEventsResponse()
public PurgeUserEventsResponse()
PurgeUserEventsResponse(PurgeUserEventsResponse)
public PurgeUserEventsResponse(PurgeUserEventsResponse other)
Parameter | |
---|---|
Name | Description |
other | PurgeUserEventsResponse |
Properties
PurgedEventsCount
public long PurgedEventsCount { get; set; }
The total count of events purged as a result of the operation.
Property Value | |
---|---|
Type | Description |
System.Int64 |