View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExportAnalyticsMetricsResponse (google_api_retail v0.16.0)
Response of the ExportAnalyticsMetricsRequest. 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.GoogleCloudRetailV2ExportErrorsConfig.t
, default:nil
) - This field is never set. -
outputResult
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputResult.t
, default:nil
) - Output result indicating where the data were exported to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExportAnalyticsMetricsResponse{ errorSamples: [GoogleApi.Retail.V2.Model.GoogleRpcStatus.t()] | nil, errorsConfig: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ExportErrorsConfig.t() | nil, outputResult: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputResult.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.