Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudRecommendationengineV1beta1PurgeUserEventsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX