Class GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse
Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
long? |
UserEventsSample
A sampling of events deleted (or will be deleted) depending on the force
property in the request. Max of
500 items will be returned.
Declaration
[JsonProperty("userEventsSample")]
public virtual IList<GoogleCloudRecommendationengineV1beta1UserEvent> UserEventsSample { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommendationengineV1beta1UserEvent> |