Class GoogleCloudRecommendationengineV1beta1ListUserEventsResponse
Response message for ListUserEvents method.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1ListUserEventsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UserEvents
The user events.
Declaration
[JsonProperty("userEvents")]
public virtual IList<GoogleCloudRecommendationengineV1beta1UserEvent> UserEvents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRecommendationengineV1beta1UserEvent> |