GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportUserEventsRequest (google_api_retail v0.2.1) View Source
Request message for the ImportUserEvents request.
Attributes
-
errorsConfig(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportErrorsConfig.t, default:nil) - The desired location of errors incurred during the Import. Cannot be set for inline user event imports. -
inputConfig(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInputConfig.t, default:nil) - Required. The desired input location of the data.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportUserEventsRequest{
errorsConfig:
GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportErrorsConfig.t() | nil,
inputConfig:
GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInputConfig.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.