View Source GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEventInlineSource (google_api_recommendation_engine v0.4.6)
The inline source for the input config for ImportUserEvents method.
Attributes
-
userEvents
(type:list(GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEvent.t)
, default:nil
) - Optional. A list of user events to import. Recommended max of 10k items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEventInlineSource{ userEvents: [ GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1UserEvent.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.