GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse (google_api_recommendation_engine v0.4.5) View Source
Response of the ImportCatalogItemsRequest. 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.RecommendationEngine.V1beta1.Model.GoogleRpcStatus.t)
, default:nil
) - A sample of errors encountered while processing the request. -
errorsConfig
(type:GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.t
, default:nil
) - Echoes the destination for the complete errors in the request if set.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportCatalogItemsResponse{ errorSamples: [GoogleApi.RecommendationEngine.V1beta1.Model.GoogleRpcStatus.t()] | nil, errorsConfig: GoogleApi.RecommendationEngine.V1beta1.Model.GoogleCloudRecommendationengineV1beta1ImportErrorsConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.