View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaOutputResult (google_api_retail v0.19.1)
Output result that stores the information about where the exported data is stored.
Attributes
-
bigqueryResult
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaBigQueryOutputResult.t)
, default:nil
) - The BigQuery location where the result is stored. -
gcsResult
(type:list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaGcsOutputResult.t)
, default:nil
) - The Google Cloud Storage location where the result is stored.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaOutputResult{ bigqueryResult: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaBigQueryOutputResult.t()] | nil, gcsResult: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaGcsOutputResult.t()] | nil }