Class GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest
Request message for CatalogRejoin method.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1RejoinUserEventsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEventRejoinScope
Required. The type of the catalog rejoin to define the scope and range of the user events to be rejoined with catalog items.
Declaration
[JsonProperty("userEventRejoinScope")]
public virtual string UserEventRejoinScope { get; set; }
Property Value
Type | Description |
---|---|
string |