View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductInputConfig (google_api_retail v0.9.1)

The input config source for products.

Attributes

  • bigQuerySource (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t, default: nil) - BigQuery input source.
  • gcsSource (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GcsSource.t, default: nil) - Google Cloud Storage location for the input content.
  • productInlineSource (type: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductInlineSource.t, default: nil) - The Inline source for the input content for products.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductInputConfig{
  bigQuerySource:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t() | nil,
  gcsSource: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GcsSource.t() | nil,
  productInlineSource:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ProductInlineSource.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.