Class GoogleCloudRetailV2alphaPurgeUserEventsResponse
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
GoogleCloudRetailV2alphaPurgeUserEventsResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2alphaPurgeUserEventsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PurgedEventsCount
The total count of events purged as a result of the operation.
Declaration
[JsonProperty("purgedEventsCount")]
public virtual long? PurgedEventsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema