Class GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse
Response message for TriggerCatalogRejoin method.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1alphaRejoinCatalogResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RejoinedUserEventsCount
Number of user events that were joined with latest catalog items.
Declaration
[JsonProperty("rejoinedUserEventsCount")]
public virtual long? RejoinedUserEventsCount { get; set; }
Property Value
Type | Description |
---|---|
long? |