GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ListUserEventsResponse (google_api_recommendation_engine v0.3.1) View Source
Response message for ListUserEvents method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - If empty, the list is complete. If nonempty, the token to pass to the next request's ListUserEvents.page_token. -
userEvents
(type:list(GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEvent.t)
, default:nil
) - The user events.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ListUserEventsResponse{ nextPageToken: String.t(), userEvents: [ GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEvent.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.