View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaImportUserEventsResponse (google_api_retail v0.19.1)
Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.
Attributes
-
errorSamples
(type:list(GoogleApi.Retail.V2.Model.GoogleRpcStatus.t)
, default:nil
) - A sample of errors encountered while processing the request. -
errorsConfig
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaImportErrorsConfig.t
, default:nil
) - Echoes the destination for the complete errors if this field was set in the request. -
importSummary
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaUserEventImportSummary.t
, default:nil
) - Aggregated statistics of user event import status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaImportUserEventsResponse{ errorSamples: [GoogleApi.Retail.V2.Model.GoogleRpcStatus.t()] | nil, errorsConfig: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaImportErrorsConfig.t() | nil, importSummary: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaUserEventImportSummary.t() | nil }