View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportProductsResponse (google_api_retail v0.19.1)
Response of the ImportProductsRequest. If the long running operation is done, 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.GoogleCloudRetailV2alphaImportErrorsConfig.t
, default:nil
) - Echoes the destination for the complete errors in the request if set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportProductsResponse{ errorSamples: [GoogleApi.Retail.V2.Model.GoogleRpcStatus.t()] | nil, errorsConfig: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportErrorsConfig.t() | nil }