View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaOutputResult (google_api_retail v0.10.0)

Output result that stores the information about where the exported data is stored.

Attributes

  • bigqueryResult (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaBigQueryOutputResult.t), default: nil) - The BigQuery location where the result is stored.
  • gcsResult (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaGcsOutputResult.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.GoogleCloudRetailV2alphaOutputResult{
  bigqueryResult:
    [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaBigQueryOutputResult.t()]
    | nil,
  gcsResult:
    [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaGcsOutputResult.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.