View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportUserEventsRequest (google_api_retail v0.10.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportUserEventsRequest{
  errorsConfig:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ImportErrorsConfig.t() | nil,
  inputConfig:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInputConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.