View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInlineSource (google_api_retail v0.19.1)
The inline source for the input config for ImportUserEvents method.
Attributes
-
userEvents
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEvent.t)
, default:nil
) - Required. 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.Retail.V2.Model.GoogleCloudRetailV2UserEventInlineSource{ userEvents: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEvent.t()] | nil }