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

The input config source for user events.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInputConfig{
  bigQuerySource:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource.t() | nil,
  gcsSource: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2GcsSource.t() | nil,
  userEventInlineSource:
    GoogleApi.Retail.V2.Model.GoogleCloudRetailV2UserEventInlineSource.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.