Class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse
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.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaPurgeUserEventsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PurgeCount
The total count of events purged as a result of the operation.
Declaration
[JsonProperty("purgeCount")]
public virtual long? PurgeCount { get; set; }
Property Value
Type | Description |
---|---|
long? |